diff --git a/.zshrc b/.zshrc new file mode 100644 index 0000000..9c595a9 --- /dev/null +++ b/.zshrc @@ -0,0 +1,8 @@ +export PATH="/usr/local/opt/python@3.8/bin:$PATH" +export PATH="$HOME/.cargo/bin:$PATH" +setopt AUTO_CD +setopt CORRECT +setopt CORRECT_ALL +export EDITOR='vim' +PROMPT='%F{#00ffff}%n%f@%F{yellow3}%m%f %F{blue}%B%~%b%f %#' +alias ls='ls -G'