]> git.phdru.name Git - dotfiles.git/commitdiff
shell: Add shortcuts for `cgmem_nice`
authorOleg Broytman <phd@phdru.name>
Tue, 9 Jul 2024 09:53:34 +0000 (12:53 +0300)
committerOleg Broytman <phd@phdru.name>
Wed, 10 Jul 2024 13:01:57 +0000 (16:01 +0300)
.profile
.shellrc

index 45b4a5686487f2e0558fbdc18e5db1ad525e728c..0061fc1d862d20eea3cc18e6444ddf4f50ccda53 100644 (file)
--- a/.profile
+++ b/.profile
@@ -130,7 +130,7 @@ if [ -t 0 ] ; then
     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
index 649cefb390e6e19c37e7c0091c8327a8a4c77756..f5971adb03cc8faae50faa7c7747050d9c94f95d 100644 (file)
--- a/.shellrc
+++ b/.shellrc
@@ -47,6 +47,12 @@ fi
 # 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