3 Revize f48acdb0bd ... 984b512a4f

Autor SHA1 Zpráva Datum
  Marius Schwarz 984b512a4f Merge branch 'master' of ssh://git.swrzm.de:44444/msc/dots před 1 rokem
  Marius Schwarz ec399285aa new wallpapers před 1 rokem
  Marius Schwarz 161472f6fd new alias for routes and pubip před 1 rokem
3 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      .bash_aliases
  2. binární
      wallpaper/dracula.png
  3. binární
      wallpaper/mountain.png

+ 2 - 1
.bash_aliases

@@ -99,13 +99,14 @@ alias cdf='cd "$(fd -t d | fzf)"'
 alias cdp='cd "$(fd -t d --full-path --maxdepth 3 /home/msc/projects | fzf)"'
 # ipaddr
 alias ipa='ip --brief --color add'
+alias ipr='ip -color --brief route'
 
 # pipe into ccopy --> clipboard
 alias ccopy='xclip -selection clipboard'
 alias cpy='xclip -selection clipboard'
 
 # IPS
-alias pubip="dig +short myip.opendns.com @resolver1.opendns.com"
+alias pubip="curl -s ipinfo.io | jq -r '.ip'"
 alias localip="ip a | grep -Eo 'inet (addr:)?([0-9]*\\.){3}[0-9]*' | grep -Eo '([0-9]*\\.){3}[0-9]*' | grep -v '127.0.0.1'"
 
 

binární
wallpaper/dracula.png


binární
wallpaper/mountain.png