1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 03:21:16 +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 66dd6591ec
commit 175d593c7c
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