From 838eeec9acdc320bbab24b69db3041e436cdc996 Mon Sep 17 00:00:00 2001 From: Luke Date: Tue, 20 Feb 2018 14:29:53 -0700 Subject: scripts folder moved to ~/.scripts --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.bashrc') diff --git a/.bashrc b/.bashrc index 5a7a91d..8c8576e 100644 --- a/.bashrc +++ b/.bashrc @@ -51,7 +51,7 @@ alias gitpass="git config --global credential.helper cache" alias tr="transmission-remote" alias mkd="mkdir -pv" alias rf="source ~/.bashrc" -alias ref="~/.config/Scripts/shortcuts.sh && source ~/.bashrc" # Refresh shortcuts manually and reload bashrc +alias ref="shortcuts.sh && source ~/.bashrc" # Refresh shortcuts manually and reload bashrc alias bars="bash ~/.config/polybar/launch.sh" # Run Polybar relaunch script alias bw="wal -i ~/.config/wall.png" # Rerun pywal weath() { curl wttr.in/$1 ;} # Check the weather (give city or leave blank). @@ -74,7 +74,7 @@ alias YT="youtube-viewer" alias ethspeed="speedometer -r enp0s25" alias wifispeed="speedometer -r wlp3s0" alias starwars="telnet towel.blinkenlights.nl" -alias tpbs="clear && figlet -c TPB Search && ~/.config/Scripts/tpb.sh" # Pirate Bay search +alias tpbs="clear && figlet -c TPB Search && tpb.sh" # Pirate Bay search # TeX alias Txa="cp ~/Documents/LaTeX/article.tex" -- cgit v1.3.1