diff options
| author | Luke <luke@lukesmith.xyz> | 2018-02-20 14:29:53 -0700 |
|---|---|---|
| committer | Luke <luke@lukesmith.xyz> | 2018-02-20 14:29:53 -0700 |
| commit | 838eeec9acdc320bbab24b69db3041e436cdc996 (patch) | |
| tree | e220c4843b25626a9733ee39cb45fcf1dadc1394 /.bashrc | |
| parent | f1366ff22b4f6f97b27edecda9ecf434c38ae426 (diff) | |
| download | eibhear-838eeec9acdc320bbab24b69db3041e436cdc996.tar.gz eibhear-838eeec9acdc320bbab24b69db3041e436cdc996.tar.zst eibhear-838eeec9acdc320bbab24b69db3041e436cdc996.zip | |
scripts folder moved to ~/.scripts
Diffstat (limited to '.bashrc')
| -rw-r--r-- | .bashrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |
