8000 perf(shell): Alias 'please' - sudo on last command · musq/dotfiles@24b97e1 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 24b97e1

Browse files
committed
perf(shell): Alias 'please' - sudo on last command
1 parent 5ae7ac4 commit 24b97e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/shell/aliases/bash_aliases

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ alias ll="exa --long --all --group --time=modified"
2929
alias m="man"
3030
alias p='python'
3131
alias path='printf "%b\n" "${PATH//:/\\n}"'
32+
alias please='sudo !!'
3233
alias pping='prettyping --nolegend'
3334
alias rg="rg --smart-case --colors 'line:fg:220,100,0' --colors 'match:bg:yellow' --colors 'match:fg:0,0,0' --colors 'match:style:nobold' --colors 'path:fg:0,180,180' --colors 'path:style:underline'"
3435
alias rmf="rm -rf"

0 commit comments

Comments
 (0)
0