Changed mod
| Author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-22 10:06:59 +0100 |
| Committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-03-22 10:06:59 +0100 |
| Commit | 2ad534222d67dadb65ca20d379c9153f87653237 (patch) |
|
-rw-r--r-- |
emacs.el | 0 | |
-rwxr-xr-x |
shenanigans.sh | 1 |
2 files changed, 1 insertions, 0 deletions
| diff --git a/emacs.el b/emacs.el | |||
| ... |
| 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 n='cd ~/Vault/notes' |
||
| 43 | alias j='cd ~/Junk/current' |
44 | alias j='cd ~/Junk/current' |
| 44 | alias d='cd ~/Downloads' |
45 | alias d='cd ~/Downloads' |
| 45 | 46 | ||
| ... | |||