diff --git a/.bashrc b/.bashrc index 63d6eaa..93b3dca 100644 --- a/.bashrc +++ b/.bashrc @@ -395,6 +395,12 @@ updatewr() { sudo reboot } +refresh() { +# Pull down new .bashrc profile +cd ~/ && wget -q -O .bashrc https://git.zinchuk.xyz/yuriy/Linux-bashrc-Profile/raw/branch/main/.bashrc && chmod 744 .bashrc +echo "New .bashrc downloaded. Please reload with rl" +} + rkeymapper(){ sudo pkill keymapper sudo systemctl restart keymapperd & keymapper &