1
0
Fork 0

back to solarized, since there is still no better vim theme yet, truecolor may wait

This commit is contained in:
Von Random 2016-05-11 18:32:30 +03:00
parent 71c634feba
commit cf3311e4ee
4 changed files with 11 additions and 10 deletions

View file

@ -33,9 +33,6 @@ dotfiles="${HOME}/vdotfiles"
comp_enabled=true
vcs_enabled=true
# nvim true color
export NVIM_TUI_ENABLE_TRUE_COLOR=1
export MYSQL_PS1="mysql [\d]> "
export SSH_AUTH_SOCK="${HOME}/.ssh/ssh_auth_sock"
export TIME_STYLE='long-iso'
@ -88,9 +85,12 @@ fi
alias la='ls -FA'
alias ll='ls -lha'
alias ld='ls -lhda'
# diff and colordiff
if is_exec colordiff; then
alias diff='command colordiff'
alias diff='command colordiff -u'
fi
alias rdiff='diff -urx.svn'
# mount
alias mountiso='sudo mount -t iso9660 -o loop'