1
0
dotfiles/.config/zsh/alias/sudo.zsh

5 lines
59 B
Bash

#!/bin/zsh
alias sudo-i='sudo -i '
alias sudoi='sudo -i '