zsh: Remove zshrc.pre
This commit is contained in:
parent
fa95b41e51
commit
0555fea14d
|
@ -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"
|
||||
|
||||
|
|
|
@ -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
|
Reference in a new issue