1
0
dotfiles/.config/zsh/alias/sudo.zsh
2021-04-19 01:00:58 +03:00

5 lines
57 B
Bash

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