load z in .bashrc
This commit is contained in:
parent
179dd384c6
commit
a3587d311b
1 changed files with 3 additions and 0 deletions
3
.bashrc
3
.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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue