mirror of
https://github.com/rywng/dotfiles.git
synced 2024-11-24 20:01:49 +08:00
https for waybar and alias t for task
This commit is contained in:
parent
cb5aad9a44
commit
0e16cd0dcd
@ -35,7 +35,7 @@
|
|||||||
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
"format-alt": "{ifname}: {ipaddr}/{cidr}"
|
||||||
},
|
},
|
||||||
"custom/weather": {
|
"custom/weather": {
|
||||||
"exec": "sleep 10 && curl 'wttr.in/?format=%t+(%f)+%c'",
|
"exec": "sleep 10 && curl 'https://wttr.in/?format=%t+(%f)+%c'",
|
||||||
"interval": 1800
|
"interval": 1800
|
||||||
},
|
},
|
||||||
"custom/player": {
|
"custom/player": {
|
||||||
|
1
.zshrc
1
.zshrc
@ -152,6 +152,7 @@ alias se='doas emerge'
|
|||||||
alias sp='doas pacman'
|
alias sp='doas pacman'
|
||||||
alias ssh='TERM="xterm-256color" ssh'
|
alias ssh='TERM="xterm-256color" ssh'
|
||||||
alias sv='doasedit.sh'
|
alias sv='doasedit.sh'
|
||||||
|
alias t='task'
|
||||||
alias v='nvim'
|
alias v='nvim'
|
||||||
alias vw='nvim -c VimwikiIndex'
|
alias vw='nvim -c VimwikiIndex'
|
||||||
alias yt-dl='youtube-dl --sub-lang en,zh-Hant --audio-format best'
|
alias yt-dl='youtube-dl --sub-lang en,zh-Hant --audio-format best'
|
||||||
|
Loading…
Reference in New Issue
Block a user