aboutsummaryrefslogtreecommitdiff
path: root/shenanigans.sh
diff options
context:
space:
mode:
Diffstat (limited to 'shenanigans.sh')
-rwxr-xr-xshenanigans.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/shenanigans.sh b/shenanigans.sh
index a6777ab..ff23a86 100755
--- a/shenanigans.sh
+++ b/shenanigans.sh
@@ -1,5 +1,5 @@
1# Software list. 1# Software list.
2# cifs-utils tree hstr s3cmd xclip mc gnupg ripgrep jq xmlstarlet htop nvtop newsboat tmux ctags 2# cifs-utils tree hstr s3cmd xclip mc gnupg ripgrep jq xmlstarlet htop nvtop newsboat tmux ctags vim
3 3
4# Magical environment variables. 4# Magical environment variables.
5 5
@@ -30,7 +30,6 @@ alias l='ls -lh --color=none'
30alias ll='ls -lha --color=none' 30alias ll='ls -lha --color=none'
31alias t='tree -L 2' 31alias t='tree -L 2'
32alias ..='cd ..' 32alias ..='cd ..'
33alias h='history'
34alias grep='grep --color=always' 33alias grep='grep --color=always'
35alias less='less -R' 34alias less='less -R'
36alias tmux='tmux -u' 35alias tmux='tmux -u'