mirror of
https://github.com/akelge/vim
synced 2025-08-17 16:08:50 +00:00
Changed all conf file to .zsh extension
This commit is contained in:
10
zsh/zsh.d/Linux/50-linux.zsh
Normal file
10
zsh/zsh.d/Linux/50-linux.zsh
Normal file
@ -0,0 +1,10 @@
|
||||
# Linux
|
||||
if [ -f /etc/dir_colors ]; then
|
||||
eval `dircolors /etc/dir_colors`
|
||||
else
|
||||
eval `dircolors`
|
||||
fi
|
||||
|
||||
alias ls='ls -F --color=auto'
|
||||
|
||||
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
Reference in New Issue
Block a user