export EDITOR FCEDIT VISUAL
HISTCONTROL=ignoreboth
- HISTIGNORE="`echo '&: *:~\?*:[bf]g:cd:clear:e:exit:logout:l:ls:ll:llp:[m,]c:ьс:w:X:x' | iconv -f koi8-r`"
+ HISTIGNORE="`echo '&: *:~\?*:[bf]g:cd:clear:c3:c5:e3:e5:e:exit:logout:l:ls:ll:llp:[m,]c:ьс:uh:w:X:x' | iconv -f koi8-r`"
HISTFILE="$HOME/.sh_history"
HISTFILESIZE=2000
HISTSIZE=1000
# clear screen and history, logout
alias clhlo='clear; cd; >$HISTFILE; unset HISTFILE; history -c; logout || exit'
+# cgmem_nice
+alias c3='cgmem_nice 300'
+alias c5='cgmem_nice 500'
+alias e3='exec cgmem_nice 300'
+alias e5='exec cgmem_nice 500'
+
if [ -n "$STY" -a "$WINDOW" != 0 ]; then
#unset MAILCHECK everywhere except for the 1st GNU screen window
unset MAILCHECK