aboutsummaryrefslogtreecommitdiff
path: root/shenanigans.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shenanigans.sh')
-rwxr-xr-xshenanigans.sh7
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
28alias l='ls -lh' 28alias ls='ls --color=none'
29alias ll='ls -lha' 29alias l='ls -lh --color=none'
30alias ll='ls -lha --color=none'
30alias t='tree -L 2' 31alias t='tree -L 2'
31alias ..='cd ..' 32alias ..='cd ..'
32alias h='history' 33alias h='history'
@@ -34,6 +35,8 @@ alias grep='grep --color=always'
34alias less='less -R' 35alias less='less -R'
35alias tmux='tmux -u' 36alias tmux='tmux -u'
36alias server='python3 -m http.server 6969' 37alias server='python3 -m http.server 6969'
38alias www='lynx -accept_all_cookies -scrollbar https://lite.duckduckgo.com'
39alias 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