Remove slack alias and make ll human readable

This commit is contained in:
Victor Timofei 2021-05-15 14:19:56 +03:00
parent 6f294d5b7f
commit f70bf59f18
Signed by: vtimofei
GPG Key ID: B790DCEBE281403A
1 changed files with 1 additions and 2 deletions

3
.zshrc
View File

@ -134,10 +134,9 @@ export user="victor-timofei"
export PATH="/home/vtimofei/go/src/k8s.io/kubernetes/third_party/etcd:${PATH}"
export K8S_PATH="$k8s_working_dir/kubernetes"
alias slack="slack </dev/null &>/dev/null &"
alias chrome="google-chrome-stable </dev/null &>/dev/null &"
alias ll="ls -al"
alias ll="ls -ahl"
# Disable powerlevel prompt for using neofetch
typeset -g POWERLEVEL9K_INSTANT_PROMPT=off