diff --git a/.bashrc b/.bashrc index 93b3dca..ff36245 100644 --- a/.bashrc +++ b/.bashrc @@ -390,6 +390,7 @@ update() { updatewr() { # Run the Update function + update # Restart sudo reboot @@ -401,6 +402,13 @@ cd ~/ && wget -q -O .bashrc https://git.zinchuk.xyz/yuriy/Linux-bashrc-Profile/r echo "New .bashrc downloaded. Please reload with rl" } + +# Pull down the latest linux toolbox and execute it +ltt() { +cd ~/Downloads/ && wget -q -O Linux_Toolbox.sh https://git.zinchuk.xyz/yuriy/Linux-Setup-Script/raw/branch/main/Linux_Toolbox.sh && chmod +x Linux_Toolbox.sh && bash Linux_Toolbox.sh +} + + rkeymapper(){ sudo pkill keymapper sudo systemctl restart keymapperd & keymapper &