Bladeren bron

quick updates

control 2 jaren geleden
bovenliggende
commit
9ade008b7b
1 gewijzigde bestanden met toevoegingen van 4 en 0 verwijderingen
  1. 4 0
      aliases

+ 4 - 0
aliases

@@ -34,6 +34,10 @@ alias py="python"
 alias py2="python2"
 alias py3="python3"
 
+alias sourceprofile="source ~/.bashrc"
+alias sourcepro="sourceprofile"
+alias sp="sourcepro"
+
 alias internetSpeedTest="wget -O /dev/null http://speedtest.wdc01.softlayer.com/downloads/test10.zip"
 alias ufwcmd="echo 'ufw allow proto tcp from 0.0.0.0 port 00 to 0.0.0.0 port 00 comment'"
 alias weather="curl http://wttr.in/hk"