load `z` in .bashrc
This commit is contained in:
parent
179dd384c6
commit
a3587d311b
3
.bashrc
3
.bashrc
|
|
@ -112,6 +112,9 @@ lscat() {
|
||||||
done
|
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)
|
# Define colors for bash prompt (will also be used in .bashrc.local)
|
||||||
TRED='\[\e[0;31m\]' # Red
|
TRED='\[\e[0;31m\]' # Red
|
||||||
TGREEN='\[\e[0;32m\]' # Green
|
TGREEN='\[\e[0;32m\]' # Green
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue