zsh: Remove zshrc.pre

master
Simon Bruder 2020-10-09 17:02:39 +02:00
parent fa95b41e51
commit 0555fea14d
No known key found for this signature in database
GPG Key ID: 6F03E0000CC5B62F
2 changed files with 4 additions and 7 deletions

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