summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.zshrc7
1 files changed, 1 insertions, 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)"