From f70bf59f189d47342782f786dd5b08677c5b5bdf Mon Sep 17 00:00:00 2001 From: Victor Timofei Date: Sat, 15 May 2021 14:19:56 +0300 Subject: [PATCH] Remove slack alias and make ll human readable --- .zshrc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.zshrc b/.zshrc index 1fd1687..7453073 100644 --- a/.zshrc +++ b/.zshrc @@ -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 &" alias chrome="google-chrome-stable /dev/null &" -alias ll="ls -al" +alias ll="ls -ahl" # Disable powerlevel prompt for using neofetch typeset -g POWERLEVEL9K_INSTANT_PROMPT=off