update ls

This commit is contained in:
2025-09-30 19:01:54 +09:00
parent 47dcfe0514
commit 292feef557

View File

@@ -16,7 +16,7 @@ export LD_LIBRARY_PATH="/usr/local/cuda/lib64:/usr/local/lib:$LD_LIBRARY_PATH"
export PATH="/home/w/.venv/bin:/home/w/hub/llama.cpp:/usr/local/cuda/bin:$PATH"
# >>> Super useful
alias l='clear; echo "\x1b[92m$(pwd)\x1b[0m"; command ls -alh --color=auto'
alias l='clear; echo -e "\x1b[92m$(pwd)\x1b[0m"; command ls -alh --color=auto'
alias nmap="nmap -p1-65535"
alias rc="vi ~/.bash_aliases && source ~/.bash_aliases && echo OK"
alias c="clear"