From 6ad01aa53b253431bf70ac391fa0929fd1cbb7dd Mon Sep 17 00:00:00 2001 From: yuriy Date: Thu, 1 Aug 2024 15:29:42 -0400 Subject: [PATCH] Update .bashrc Added function to download updated profile from gitea --- .bashrc | 6 ++++++ 1 file changed, 6 insertions(+) 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 &