diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-04-03 05:47:10 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2025-04-03 05:47:10 +0200 |
| commit | f5eda3fd37a4299c6835068eae962109c3ee650b (patch) | |
| tree | 0d256ffad3f76822f74be5d1f07e86d7cca754e2 /.shenanigans.sh | |
| parent | ed3a48f73aea89a4d4e79ff1912c56b3b12b6f3d (diff) | |
| download | dotfiles-f5eda3fd37a4299c6835068eae962109c3ee650b.tar.gz | |
Update to dotfiles
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. |
