Compare commits

..

No commits in common. "5b00c73bf73dda26b08dec59526120911dd17378" and "fa95b41e5183ea85e1b7c352a50c73b9490ecd76" have entirely different histories.

3 changed files with 8 additions and 6 deletions

View file

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

View file

@ -13,10 +13,6 @@ 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"

7
home/.zshrc.pre Normal file
View file

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