mlock doesn't work, new aliases

This commit is contained in:
Nemo 2019-04-22 10:35:19 +05:30
parent 0c537880db
commit a76a49830a
2 changed files with 5 additions and 1 deletions

View File

@ -324,6 +324,8 @@ alias lt='ls -ltr' # sort by date, most recent last
alias lu='ls -ltur' # sort by and show access time, most recent last
alias lx='ls -lXB' # sort by extension
alias sss='sudo systemctl start'
alias sse='sudo systemctl enable'
alias ssd='sudo systemctl disable'
alias ssS='sudo systemctl stop'
alias ssh="cat ~/.ssh/config.d/p* > ~/.ssh/config; ssh"
alias ssr='sudo systemctl restart'
@ -359,6 +361,8 @@ alias tfa='terraform apply --auto-approve'
alias tfat='terraform apply --auto-approve --target '
alias tfit='terraform init'
alias ctop='docker run --name ctop -it --rm -v /var/run/docker.sock:/var/run/docker.sock:ro quay.io/vektorlab/ctop '
##### History Shenanigans
export HISTCONTROL=ignorespace:ignoredups:erasedups # for 'ignoreboth': ignore duplicates and /^\s/
export HISTFILE='/home/nemo/.bash_history'

View File

@ -21,7 +21,7 @@ exec --no-startup-id aa-notify -p -s 1 -w 60 -f /var/log/audit/audit.log
# terminal
# https://www.systutorials.com/docs/linux/man/1-urxvtd/
exec urxvtd --quiet --mlock --fork --opendisplay
exec urxvtd --quiet --fork --opendisplay
# Set default backlight
exec xbacklight -set 15