diff options
Diffstat (limited to 'shenanigans.sh')
| -rwxr-xr-x | shenanigans.sh | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/shenanigans.sh b/shenanigans.sh index 12957c3..ed784f8 100755 --- a/shenanigans.sh +++ b/shenanigans.sh | |||
| @@ -25,8 +25,9 @@ export PS1="[\033[38;5;166m\]\u@\h\[$(tput sgr0)\]]$(is_inside_nix_shell)\[\033[ | |||
| 25 | 25 | ||
| 26 | # General aliases. | 26 | # General aliases. |
| 27 | 27 | ||
| 28 | alias l='ls -lh' | 28 | alias ls='ls --color=none' |
| 29 | alias ll='ls -lha' | 29 | alias l='ls -lh --color=none' |
| 30 | alias ll='ls -lha --color=none' | ||
| 30 | alias t='tree -L 2' | 31 | alias t='tree -L 2' |
| 31 | alias ..='cd ..' | 32 | alias ..='cd ..' |
| 32 | alias h='history' | 33 | alias h='history' |
| @@ -34,6 +35,8 @@ alias grep='grep --color=always' | |||
| 34 | alias less='less -R' | 35 | alias less='less -R' |
| 35 | alias tmux='tmux -u' | 36 | alias tmux='tmux -u' |
| 36 | alias server='python3 -m http.server 6969' | 37 | alias server='python3 -m http.server 6969' |
| 38 | alias www='lynx -accept_all_cookies -scrollbar https://lite.duckduckgo.com' | ||
| 39 | alias st='st -g 90x40 -f "BerkeleyMono:style=Bold:size=16:antialias=true:autohint:true"' | ||
| 37 | 40 | ||
| 38 | # Custom folder jump commands. | 41 | # Custom folder jump commands. |
| 39 | 42 | ||
