diff options
Diffstat (limited to 'shenanigans.sh')
| -rwxr-xr-x | shenanigans.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/shenanigans.sh b/shenanigans.sh index 17f49cc..9a2f085 100755 --- a/shenanigans.sh +++ b/shenanigans.sh | |||
| @@ -36,6 +36,7 @@ alias x='exit' | |||
| 36 | alias grep='grep --color=always' | 36 | alias grep='grep --color=always' |
| 37 | alias less='less -R' | 37 | alias less='less -R' |
| 38 | alias gg='lazygit' | 38 | alias gg='lazygit' |
| 39 | alias tmux='tmux -u' | ||
| 39 | alias server='python3 -m http.server 6969' | 40 | alias server='python3 -m http.server 6969' |
| 40 | 41 | ||
| 41 | # Custom folder jump commands. | 42 | # Custom folder jump commands. |
| @@ -47,9 +48,10 @@ alias d='cd ~/Downloads' | |||
| 47 | 48 | ||
| 48 | # Additional path settings. | 49 | # Additional path settings. |
| 49 | 50 | ||
| 50 | export PATH=$HOME/.local/bin:$PATH | 51 | export PATH=$HOME/Applications:$PATH |
| 51 | export PATH=$HOME/go/bin:$PATH | 52 | export PATH=$HOME/go/bin:$PATH |
| 52 | export PATH=$PATH:/usr/local/go/bin | 53 | export PATH=/usr/local/go/bin:$PATH |
| 54 | export PATH=$HOME/Bitcoin/bitcoin-27.0/bin:$PATH | ||
| 53 | 55 | ||
| 54 | # History and search. Stolen from J. | 56 | # History and search. Stolen from J. |
| 55 | 57 | ||
