1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-09 19:11:15 +02:00

changing aliases and zsh command-not-found-handler

This commit is contained in:
tiynger
2019-10-06 12:29:46 +02:00
parent a2d0b6d8c6
commit 3de407edae
2 changed files with 4 additions and 6 deletions

View File

@@ -49,6 +49,9 @@ preexec() { echo -ne '\e[5 q' ;}
[ -f "$HOME/.config/aliasrc" ] && source "$HOME/.config/aliasrc" # Load aliases
# Load command-not-found-handler
source /usr/share/doc/pkgfile/command-not-found.zsh
# Load zsh-syntax-highlighting; should be last.
source /usr/share/zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh 2>/dev/null