Skip to content

Commit

Permalink
zsh: add ip alias
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusvellone committed Aug 9, 2021
1 parent 3b147cf commit 34d1355
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zsh/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ alias vim='nvim'
alias ll='ls -lh'

alias dclean='docker ps -aq | xargs docker stop; docker ps -aq | xargs docker rm'
alias ip='curl -4 ifconfig.io'

alias windows='sudo grub-reboot "$(grep -i windows /boot/grub/grub.cfg | cut -d "\"" -f 2)"'
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
Expand Down

0 comments on commit 34d1355

Please sign in to comment.