Browse Source

chore: 让 ls 命令显示彩色

dzp 1 năm trước cách đây
mục cha
commit
7cfb1a292c
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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