Remove zsh_aliases symlink, source it from zshrc directly
This commit is contained in:
parent
835b1b6a47
commit
238bddadf3
2 changed files with 1 additions and 4 deletions
|
@ -473,9 +473,6 @@ zsh:
|
|||
- symlink:
|
||||
- dotfiles/zsh/p10k.zsh
|
||||
- ~/.p10k.zsh
|
||||
- symlink:
|
||||
- dotfiles/shell/aliases
|
||||
- ~/.zsh_aliases
|
||||
- clone:
|
||||
url: https://github.com/softmoth/zsh-vim-mode.git
|
||||
dest: ~/.git_clones/zsh-vim-mode
|
||||
|
|
|
@ -15,7 +15,7 @@ if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]
|
|||
fi
|
||||
|
||||
# ALIASES
|
||||
[[ ! -f ~/.zsh_aliases ]] || source ~/.zsh_aliases
|
||||
source ~/setup-cockpit/dotfiles/shell/aliases
|
||||
|
||||
# On Arch Linux, source pkgfile "command not found" hook
|
||||
[[ -e /usr/share/doc/pkgfile/command-not-found.zsh ]] && source /usr/share/doc/pkgfile/command-not-found.zsh
|
||||
|
|
Loading…
Add table
Reference in a new issue