diff options
Diffstat (limited to '.shenanigans.sh')
| -rwxr-xr-x | .shenanigans.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.shenanigans.sh b/.shenanigans.sh index 6cd84fb..db30ab7 100755 --- a/.shenanigans.sh +++ b/.shenanigans.sh | |||
| @@ -46,8 +46,8 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then | |||
| 46 | alias gd='lazydocker' | 46 | alias gd='lazydocker' |
| 47 | 47 | ||
| 48 | # Custom folder jump commands. | 48 | # Custom folder jump commands. |
| 49 | alias j='cd ~/Junk' | ||
| 49 | alias p='cd ~/Vault/projects' | 50 | alias p='cd ~/Vault/projects' |
| 50 | alias j='cd ~/Junk/current' | ||
| 51 | alias s='cd ~/Vault/sandbox' | 51 | alias s='cd ~/Vault/sandbox' |
| 52 | alias d='cd ~/Downloads' | 52 | alias d='cd ~/Downloads' |
| 53 | 53 | ||
| @@ -56,8 +56,7 @@ if [[ "${BASH_SOURCE[0]}" != "${0}" ]]; then | |||
| 56 | export PATH=$HOME/go/bin:$PATH | 56 | export PATH=$HOME/go/bin:$PATH |
| 57 | export PATH=$HOME/.local/bin:$PATH | 57 | export PATH=$HOME/.local/bin:$PATH |
| 58 | export PATH=/usr/local/go/bin:$PATH | 58 | export PATH=/usr/local/go/bin:$PATH |
| 59 | 59 | export PATH=$HOME/Applications/google-cloud-sdk/bin:$PATH | |
| 60 | # Lua LSP | ||
| 61 | export PATH=$HOME/.local/bin/luals/bin:$PATH | 60 | export PATH=$HOME/.local/bin/luals/bin:$PATH |
| 62 | 61 | ||
| 63 | # History and search. Stolen from J. | 62 | # History and search. Stolen from J. |
