diff --git a/.bashrc b/.bashrc index 6bc5f44..bf07228 100644 --- a/.bashrc +++ b/.bashrc @@ -112,6 +112,9 @@ lscat() { done } +# Load z +[[ -r "/usr/share/z/z.sh" ]] && source /usr/share/z/z.sh + # Define colors for bash prompt (will also be used in .bashrc.local) TRED='\[\e[0;31m\]' # Red TGREEN='\[\e[0;32m\]' # Green