mirror of
https://github.com/akelge/vim
synced 2025-07-07 07:19:06 +00:00
updated config
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
# Linux
|
||||
eval `dircolors`
|
||||
if [ -f /etc/dir_colors ]; then
|
||||
eval `dircolors /etc/dir_colors`
|
||||
else
|
||||
eval `dircolors`
|
||||
fi
|
||||
|
||||
# vim: set ts=4 sw=4 tw=0 ft=zsh :
|
||||
|
Reference in New Issue
Block a user