Update .zshrc

This commit is contained in:
vx_clutch
2025-09-09 09:05:18 -04:00
committed by GitHub
parent 21e1ae13bf
commit 447547b488

View File

@@ -6,8 +6,7 @@ export VISUAL=nvim
export TERM="xterm-256color" export TERM="xterm-256color"
export COLORTERM=truecolor export COLORTERM=truecolor
export PATH=$HOME/opt/script:$PATH export PATH=$HOME/.local/bin:$PATH
export PATH=$HOME/opt/bin:$PATH
alias ls='ls --color=auto' alias ls='ls --color=auto'
alias ll='ls -lah' alias ll='ls -lah'