Junk now points to Junk/current
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-12-29 09:57:14 +0100 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2023-12-29 09:57:14 +0100 |
| Commit | 92900cd02d13ec890568a87229ea552b90512773 (patch) |
|
-rwxr-xr-x |
shenanigans.sh | 2 |
1 files changed, 1 insertions, 1 deletions
| diff --git a/shenanigans.sh b/shenanigans.sh | |||
| ... | |||
| 40 | # Custom folder jump commands. |
40 | # Custom folder jump commands. |
| 41 | 41 | ||
| 42 | alias p='cd ~/Vault/projects' |
42 | alias p='cd ~/Vault/projects' |
| 43 | alias j='cd ~/Junk' |
43 | alias j='cd ~/Junk/current' |
| 44 | alias d='cd ~/Downloads' |
44 | alias d='cd ~/Downloads' |
| 45 | alias v='cd ~/Vault' |
45 | alias v='cd ~/Vault' |
| 46 | 46 | ||
| ... | |||