mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-09 23:22:57 +00:00
Edit hosts file with sudo
This commit is contained in:
parent
cb7b6b8f63
commit
f95be50571
@ -52,7 +52,7 @@ alias zrc='edit $DOTS/zsh/zrcsh.symlink'
|
||||
alias reload='source ~/.zshrc'
|
||||
alias runbootstrap='$DOTS/scripts/bootstrap'
|
||||
alias sshc='edit ~/.ssh/config'
|
||||
alias hosts='edit /etc/hosts'
|
||||
alias hosts='edit /sudo:root@localhost:/etc/hosts'
|
||||
|
||||
# Navigation shortcuts
|
||||
alias dots='cd $DOTS'
|
||||
|
Loading…
Reference in New Issue
Block a user