aboutsummaryrefslogtreecommitdiff
path: root/bash/.bash/01-aliases.bash
diff options
context:
space:
mode:
authorBryson Steck <brysonsteck@protonmail.com>2023-04-12 10:02:14 -0600
committerBryson Steck <brysonsteck@protonmail.com>2023-04-12 10:02:14 -0600
commit3991ac66a5269986b066338c404daea026b4ecbb (patch)
treea35ead6e83837c2538a1720763c004cc426c33a6 /bash/.bash/01-aliases.bash
parent2d1191a092a26997d3b177d1d3f3a315cdd4a38e (diff)
downloaddotfiles-3991ac66a5269986b066338c404daea026b4ecbb.tar
dotfiles-3991ac66a5269986b066338c404daea026b4ecbb.tar.gz
dotfiles-3991ac66a5269986b066338c404daea026b4ecbb.tar.bz2
add vscode settings
Diffstat (limited to 'bash/.bash/01-aliases.bash')
-rw-r--r--bash/.bash/01-aliases.bash1
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/.bash/01-aliases.bash b/bash/.bash/01-aliases.bash
index 8135a40..511503c 100644
--- a/bash/.bash/01-aliases.bash
+++ b/bash/.bash/01-aliases.bash
@@ -11,6 +11,7 @@ alias sudo="doas"
# typos
alias l='ls'
alias sl='ls'
+alias balls='sudo $(fc -ln -1)'
# always run with args
alias grep='grep --color=auto'