Adding new stuff
This commit is contained in:
parent
bef81b1b4d
commit
713c32f3c0
3 changed files with 18 additions and 2 deletions
|
|
@ -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/")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue