change dircolor on zshrc

This commit is contained in:
templis 2018-04-09 02:52:48 +02:00
parent 83ac2ce726
commit 01fba0e979

1
.zshrc
View File

@ -46,6 +46,7 @@ bindkey "\033[4~" end-of-line
export PYTHONPATH=/usr/lib/python3.4/site-packages export PYTHONPATH=/usr/lib/python3.4/site-packages
# Aktuelle LS Colors fällt auf die fresse? # Aktuelle LS Colors fällt auf die fresse?
# export LS_COLORS="rs=0:di=01;96:ln=04;01;35:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30; 43:ca=30;41:tw=30;42:$" # export LS_COLORS="rs=0:di=01;96:ln=04;01;35:mh=00:pi=40;33:so=01;35:do=01;35:bd=40;33;01:cd=40;33;01:or=40;31;01:su=37;41:sg=30; 43:ca=30;41:tw=30;42:$"
source /usr/share/zsh/plugins/zsh-dircolors-solarized/zsh-dircolors-solarized.zsh
function detect-ddos { $ function detect-ddos { $
sudo netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort - n $ sudo netstat -ntu | awk '{print $5}' | cut -d: -f1 | sort | uniq -c | sort - n $