aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xshenanigans.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/shenanigans.sh b/shenanigans.sh
index 7de58e7..56a634b 100755
--- a/shenanigans.sh
+++ b/shenanigans.sh
@@ -31,13 +31,11 @@ alias ll='ls -lha'
31alias t='tree -L 2' 31alias t='tree -L 2'
32alias ..='cd ..' 32alias ..='cd ..'
33alias h='history' 33alias h='history'
34alias x='exit'
35alias grep='grep --color=always' 34alias grep='grep --color=always'
36alias less='less -R' 35alias less='less -R'
37alias gg='lazygit' 36alias gg='lazygit'
38alias tmux='tmux -u' 37alias tmux='tmux -u'
39alias server='python3 -m http.server 6969' 38alias server='python3 -m http.server 6969'
40alias nvim='nvim -u ~/.vimrc'
41 39
42# Custom folder jump commands. 40# Custom folder jump commands.
43 41