cleanup shell
This commit is contained in:
parent
25f53a9c06
commit
63b5b7a323
2 changed files with 5 additions and 6 deletions
|
@ -45,4 +45,7 @@ alias ym="yoga mode"
|
||||||
alias serve="python2 -m SimpleHTTPServer"
|
alias serve="python2 -m SimpleHTTPServer"
|
||||||
alias make-dotfiles="cd ~/.dotfiles/ && make && cd - > /dev/null"
|
alias make-dotfiles="cd ~/.dotfiles/ && make && cd - > /dev/null"
|
||||||
alias edit-dotfiles="atom ~/.dotfiles/"
|
alias edit-dotfiles="atom ~/.dotfiles/"
|
||||||
alias vi=vim
|
alias vi="vim"
|
||||||
|
|
||||||
|
# colored GCC warnings and errors
|
||||||
|
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
|
||||||
|
|
|
@ -31,11 +31,7 @@ alias ll='ls -alF'
|
||||||
alias la='ls -A'
|
alias la='ls -A'
|
||||||
alias l='ls -CF'
|
alias l='ls -CF'
|
||||||
|
|
||||||
|
# colourify things!
|
||||||
# colored GCC warnings and errors
|
|
||||||
export GCC_COLORS='error=01;31:warning=01;35:note=01;36:caret=01;32:locus=01:quote=01'
|
|
||||||
|
|
||||||
# colour!
|
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
alias dir='dir --color=auto'
|
alias dir='dir --color=auto'
|
||||||
alias vdir='vdir --color=auto'
|
alias vdir='vdir --color=auto'
|
||||||
|
|
Loading…
Reference in a new issue