Explorar el Código

chore: 让 ls 命令显示彩色

dzp hace 1 año
padre
commit
7cfb1a292c
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      profile.sh

+ 2 - 2
profile.sh

@@ -13,7 +13,7 @@ set -o vi
 bind '"\C-n": history-search-forward'
 bind '"\C-p": history-search-backward'
 
-alias ll='ls -l'
-alias l='ls -lah'
+alias ll='ls --color -lh'
+alias l='ls --color -lah'
 alias vim=nvim
 alias vi=nvim