Update .bashrc

Added function to download updated profile from gitea
This commit is contained in:
yuriy 2024-08-01 15:29:42 -04:00
parent 29a08b3575
commit 6ad01aa53b

View File

@ -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 &