aliases: added byobu-linger, which is useful on systems which have logind's KillUserProcesses enabled
This commit is contained in:
parent
4e39a9c36e
commit
e2769abeb3
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ alias config='/usr/bin/git --git-dir=$HOME/.cfg/ --work-tree=$HOME'
|
|||
alias pygmentize='pygmentize -O style=solarizeddark'
|
||||
alias ra='ranger'
|
||||
alias disable_turbo='sudo sh -c "echo 1 | tee /sys/devices/system/cpu/intel_pstate/no_turbo"'
|
||||
|
||||
alias byobu-linger='systemd-run --scope --user -du byobu byobu'
|
||||
|
||||
alias urldecode='python3 -c "import sys, urllib.parse as ul; [sys.stdout.write(ul.unquote_plus(l)) for l in sys.stdin]"'
|
||||
alias urlencode='python3 -c "import sys, urllib.parse as ul; [sys.stdout.write(ul.quote_plus(l)) for l in sys.stdin]"'
|
||||
|
|
Loading…
Reference in a new issue