update
This commit is contained in:
parent
c849396fab
commit
6976435409
2 changed files with 3 additions and 1 deletions
|
@ -5,6 +5,8 @@ alias diff="diff -W $(( $(tput cols) - 2))"
|
||||||
alias bz2c='bzip2 --best'
|
alias bz2c='bzip2 --best'
|
||||||
alias gzc='gzip --best --no-name'
|
alias gzc='gzip --best --no-name'
|
||||||
alias xzc='xz --best --extreme'
|
alias xzc='xz --best --extreme'
|
||||||
|
alias halt='systemctl poweroff'
|
||||||
|
alias reboot='systemctl reboot'
|
||||||
|
|
||||||
current_dist=`lsb_release -c -s`
|
current_dist=`lsb_release -c -s`
|
||||||
all_dkms_packages="`apt-cache rdepends --installed dkms | sed -rn 's/^ +([^ ]+)$/\1/p' | sort -iu`"
|
all_dkms_packages="`apt-cache rdepends --installed dkms | sed -rn 's/^ +([^ ]+)$/\1/p' | sort -iu`"
|
||||||
|
|
2
vimrc
2
vimrc
|
@ -1,6 +1,6 @@
|
||||||
syntax enable
|
syntax enable
|
||||||
let g:solarized_hitrail=1
|
let g:solarized_hitrail=1
|
||||||
let g:solarized_termcolors=256
|
"let g:solarized_termcolors=256
|
||||||
colorscheme solarized
|
colorscheme solarized
|
||||||
if has('gui_running')
|
if has('gui_running')
|
||||||
set background=light
|
set background=light
|
||||||
|
|
Loading…
Reference in a new issue