Remove zsh_aliases symlink, source it from zshrc directly

This commit is contained in:
flyingscorpio@arch-desktop 2021-10-05 23:04:37 +02:00
parent 835b1b6a47
commit 238bddadf3
2 changed files with 1 additions and 4 deletions

View file

@ -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

View file

@ -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