load `z` in .bashrc

This commit is contained in:
Lexi / Zoe 2019-08-15 15:50:42 +02:00
parent 179dd384c6
commit a3587d311b
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
1 changed files with 3 additions and 0 deletions

View File

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