Compare commits

...

2 Commits

Author SHA1 Message Date
Simon Bruder 5b00c73bf7
waybar: Open nmtui on right-click on net widget 2020-10-09 17:03:05 +02:00
Simon Bruder 0555fea14d
zsh: Remove zshrc.pre 2020-10-09 17:02:39 +02:00
3 changed files with 6 additions and 8 deletions

View File

@ -117,7 +117,8 @@
"format-linked": "{ifname} (No IP)  ",
"format-disconnected": "Disconnected ⚠ ",
"format-alt": "{ifname}: {ipaddr}/{cidr}",
"tooltip": false
"tooltip": false,
"on-click-right": "alacritty -e nmtui"
},
"network#speed": {
"interval": 2,

View File

@ -13,6 +13,10 @@ alias vim="nvim"
alias vimdiff="nvim -d"
alias userctl="systemctl --user"
## homeshick
source "$HOME/.homesick/repos/homeshick/homeshick.sh"
fpath=($HOME/.homesick/repos/homeshick/completions $fpath)
## Debian packages fd as fdfind
command -v fdfind >/dev/null && alias fd="fdfind"

View File

@ -1,7 +0,0 @@
## homeshick
source "$HOME/.homesick/repos/homeshick/homeshick.sh"
fpath=($HOME/.homesick/repos/homeshick/completions $fpath)
## completions
mkdir -p ~/.zfunc
fpath+=~/.zfunc