this is the new kali
This commit is contained in:
parent
84a04daf59
commit
3ff91c06e4
5
.zshrc
5
.zshrc
|
@ -241,11 +241,6 @@ if [ -x /usr/bin/dircolors ]; then
|
|||
zstyle ':completion:*:*:kill:*:processes' list-colors '=(#b) #([0-9]#)*=0=01;31'
|
||||
fi
|
||||
|
||||
# some more ls aliases
|
||||
alias ll='ls -l'
|
||||
alias la='ls -A'
|
||||
alias l='ls -CF'
|
||||
|
||||
# enable auto-suggestions based on the history
|
||||
if [ -f /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh ]; then
|
||||
. /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
|
||||
|
|
Loading…
Reference in New Issue