From 4c683f161a39c1c163dccf74a53b1ed9567ecac2 Mon Sep 17 00:00:00 2001 From: sadbeast Date: Sun, 20 Nov 2022 11:28:54 -0800 Subject: ls nonsense --- .zshrc | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.zshrc b/.zshrc index 95995e2..f37b150 100644 --- a/.zshrc +++ b/.zshrc @@ -78,12 +78,7 @@ export GPG_TTY=$(tty) export TERM=xterm-256color -alias ls='colorls -GF' -alias l='ls -l' -alias la='ls -a' -alias lla='ls -la' - alias config='git --git-dir=$HOME/.cfg/ --work-tree=$HOME' [ -f $HOME/.zshrc.local ] && source $HOME/.zshrc.local -#eval "$(starship init zsh)" +eval "$(starship init zsh)" -- cgit v1.2.3