summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2023-08-26 16:06:00 +0300
committerThomas Voss <mail@thomasvoss.com> 2023-08-26 16:06:00 +0300
commit91b3cc9119cb2ba7b7966a3fb86dd0766303de04 (patch)
treeebe8a4d38f5e2895d9a6546906dbf2a3c0a2088d /.bashrc
parentc0911b0f2fd780204e78221e1efcab39cbe8aa67 (diff)
bash: Add ‘sl’ alias
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
index e74f880..c805527 100644
--- a/.bashrc
+++ b/.bashrc
@@ -75,6 +75,7 @@ alias grep='grep --color=auto'
alias la='ls --color=auto -A'
alias ll='ls --color=auto -Alh'
alias ls='ls --color=auto'
+alias sl='sl -c5'
alias sv=sudoedit
alias v="$VISUAL"