Update tmux configs

+ Update alias for resetting plasmashell
+ Plugins for tmux as submodules
+ Enable MMB to paste
This commit is contained in:
2022-07-16 10:20:50 -04:00
parent 41dc71d3a4
commit 7565c99f12
6 changed files with 35 additions and 1 deletions

View File

@@ -3,7 +3,7 @@ alias python3='python3.9'
alias pip3='python3.9 -m pip'
# Alias to restart plasmashell for Kubuntu Plasma session
alias kapp-plasmashell='sudo pkill plasmashell && plasmashell --replace &> /dev/null &'
alias kapp-plasmashell='sudo pkill plasmashell && sleep 1 && (plasmashell --replace &> /dev/null &)'
# Alias to clear swap
alias kapp-swap='sudo swapoff -a && sudo swapon -a'
# Alias to initialize github user