to have colors for filetype recognition in ls, use
alias ls "ls --color"
or
alias ls='ls -hFG'
in .cshrc or .bashrc
when using vi, to have color to aid coding, create a file .vimrc in home directory containing:
set term=ansi
syntax on
何以為人,還有也談 privilege
3 months ago

No comments:
Post a Comment