Adding new stuff

This commit is contained in:
Viktor Barzin 2017-10-03 00:00:02 +01:00
parent bef81b1b4d
commit 713c32f3c0
3 changed files with 18 additions and 2 deletions

View file

@ -30,6 +30,7 @@ alias svali_papka=download_github_folder
alias omg="sudo service NetworkManager restart"
alias zsh_fix="mv ~/.zsh_history ~/.zsh_history_bad; strings ~/.zsh_history_bad > ~/.zsh_history;fc -R ~/.zsh_history; rm ~/.zsh_history_bad"
alias whatismyip="curl ifconfig.co"
alias rmswp="find ~/.vim/tmp/ -iname \"*swp\" -delete"
function download_github_folder() {
svn checkout $(echo $1 | sed "s/\/tree\/[a-zA-Z]\+/\/trunk/")