Compare commits
No commits in common. "981ba9f6a5f085d9dd5eeecb21b3cddfe069f155" and "726e0fd9b6cd1d483d3a5c41b0af106f846e6bea" have entirely different histories.
981ba9f6a5
...
726e0fd9b6
|
@ -24,5 +24,3 @@ _RESET="\[\e[0m\]"
|
||||||
_SHLVL=$(printf '\$%.0s' $(seq 1 $SHLVL))
|
_SHLVL=$(printf '\$%.0s' $(seq 1 $SHLVL))
|
||||||
# Build prompt
|
# Build prompt
|
||||||
export PS1="$_SET_TITLE_BAR$_DIM[\A \u@\h:$_RESET$_GREEN$_DIR$_RESET$_DIM]$_SHLVL$_RESET "
|
export PS1="$_SET_TITLE_BAR$_DIM[\A \u@\h:$_RESET$_GREEN$_DIR$_RESET$_DIM]$_SHLVL$_RESET "
|
||||||
|
|
||||||
export HISTCONTROL=ignoreboth
|
|
||||||
|
|
|
@ -109,7 +109,6 @@ in {
|
||||||
psmisc # provides killall
|
psmisc # provides killall
|
||||||
python3
|
python3
|
||||||
rsync
|
rsync
|
||||||
sqlite
|
|
||||||
tree # Directory tree view
|
tree # Directory tree view
|
||||||
unzip
|
unzip
|
||||||
vim
|
vim
|
||||||
|
|
Loading…
Reference in New Issue