aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshenanigans.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/shenanigans.sh b/shenanigans.sh
index 4d51682..786544d 100755
--- a/shenanigans.sh
+++ b/shenanigans.sh
@@ -40,7 +40,7 @@ alias server='python3 -m http.server 6969'
40# Custom folder jump commands. 40# Custom folder jump commands.
41 41
42alias p='cd ~/Vault/projects' 42alias p='cd ~/Vault/projects'
43alias j='cd ~/Junk' 43alias j='cd ~/Junk/current'
44alias d='cd ~/Downloads' 44alias d='cd ~/Downloads'
45alias v='cd ~/Vault' 45alias v='cd ~/Vault'
46 46