krnlconfig alias updated

This commit is contained in:
Kolan Sh 2013-03-28 15:31:39 +04:00
parent 4618454f3b
commit c13ebda7a5
1 changed files with 1 additions and 1 deletions

View File

@ -73,7 +73,7 @@ which scrot &>/dev/null && alias scrot="scrot --border --count --quality 75 $HOM
which sudo &>/dev/null && alias su='sudo su -'
which hd &>/dev/null && alias hd='hexdump -C'
which sudo &>/dev/null && alias krnlconfig="sudo make MENUCONFIG_MODE=single_menu MENUCONFIG_COLOR=mono menuconfig"
which sudo &>/dev/null && alias krnlconfig="sudo TERM=screen-256color make MENUCONFIG_MODE=single_menu MENUCONFIG_COLOR=mono menuconfig"
which valgrind &>/dev/null && alias valgrind='valgrind --tool=callgrind'
which cgdb &>/dev/null && alias cgdb='LANG=ru_RU.koi8-r TERM=screen cgdb'
which rsync &>/dev/null && alias cpb='rsync --progress -h' \