Compare commits
2 Commits
726e0fd9b6
...
981ba9f6a5
Author | SHA1 | Date |
---|---|---|
Tim Van Baak | 981ba9f6a5 | |
Tim Van Baak | b416859153 |
|
@ -24,3 +24,5 @@ _RESET="\[\e[0m\]"
|
|||
_SHLVL=$(printf '\$%.0s' $(seq 1 $SHLVL))
|
||||
# Build prompt
|
||||
export PS1="$_SET_TITLE_BAR$_DIM[\A \u@\h:$_RESET$_GREEN$_DIR$_RESET$_DIM]$_SHLVL$_RESET "
|
||||
|
||||
export HISTCONTROL=ignoreboth
|
||||
|
|
|
@ -109,6 +109,7 @@ in {
|
|||
psmisc # provides killall
|
||||
python3
|
||||
rsync
|
||||
sqlite
|
||||
tree # Directory tree view
|
||||
unzip
|
||||
vim
|
||||
|
|
Loading…
Reference in New Issue