diff options
author | Bryson Steck <brysonsteck@protonmail.com> | 2023-04-12 10:02:14 -0600 |
---|---|---|
committer | Bryson Steck <brysonsteck@protonmail.com> | 2023-04-12 10:02:14 -0600 |
commit | 3991ac66a5269986b066338c404daea026b4ecbb (patch) | |
tree | a35ead6e83837c2538a1720763c004cc426c33a6 /bash | |
parent | 2d1191a092a26997d3b177d1d3f3a315cdd4a38e (diff) | |
download | dotfiles-3991ac66a5269986b066338c404daea026b4ecbb.tar dotfiles-3991ac66a5269986b066338c404daea026b4ecbb.tar.gz dotfiles-3991ac66a5269986b066338c404daea026b4ecbb.tar.bz2 |
add vscode settings
Diffstat (limited to 'bash')
-rw-r--r-- | bash/.bash/01-aliases.bash | 1 |
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' |