Skip to content

Commit

Permalink
update aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
ngokevin committed Dec 20, 2012
1 parent 4c6e19d commit 1b31d8d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/home/bashaliases 100644 → 100755
@@ -1,5 +1,6 @@
alias tback="cd ../../"
alias bashrc="source ~/.bashrc"
alias aliases="vim ~/.bash_aliases"
alias p="python"
alias nm="sudo /etc/init.d/network-manager restart"
alias ytdl="youtube-dl --extract-audio --audio-format=mp3 -l"
Expand All @@ -9,6 +10,7 @@ alias sq="git commit -m 'sq' && git rebase -i HEAD~2"
alias sqnv="git commit -m 'sq' --no-verify && git rebase -i HEAD~2"
alias sedfiles="find . -type f -print0 | xargs -0 sed -i"
alias term3="rdesktop -g 1000x1000 nws-term3.nws.oregonstate.edu"
alias updatealiases="cp ~/.bash_aliases /home/ngoke/Code/puppet-ngokevin/files/home/bashaliases && cd /home/ngoke/Code/puppet-ngokevin && git commit -m 'update aliases' && git pull && git push"

alias ch="cd /home/ngoke/Code/chili"
alias chjs="cd /home/ngoke/Code/chili/media/js"
Expand Down

0 comments on commit 1b31d8d

Please sign in to comment.