diff options
Diffstat (limited to 'home/xyz/.bashrc')
-rw-r--r-- | home/xyz/.bashrc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.bashrc b/home/xyz/.bashrc index 367f1e96..610915ec 100644 --- a/home/xyz/.bashrc +++ b/home/xyz/.bashrc @@ -12,6 +12,8 @@ esac . /usr/share/fzf/completion.bash . /usr/share/fzf/key-bindings.bash . /usr/share/bash-complete-alias/complete_alias +# https://wiki.archlinux.org/title/Bash#Command_not_found +. /usr/share/doc/pkgfile/command-not-found.bash # default PS1 #PS1='[\u@\h \W]\$ ' |