Skip to content

Commit

Permalink
Merge branch 'master' of github.com:sbosx/my-bash
Browse files Browse the repository at this point in the history
  • Loading branch information
karavanis committed Jan 18, 2015
2 parents c252ba0 + 325fd89 commit fb0ea41
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions my_bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ alias upgrade='sudo apt-get upgrade '

alias autoremove='sudo apt-get autoremove '

alias myip='curl ifconfig.me'
alias myip='curl ipinfo.io/ip'

alias psapp='ps aux|grep '

Expand All @@ -37,7 +37,7 @@ alias backup='~/Desktop/Debian_format/before_format.sh ; sudo rsync -av --delete

alias backup_usb0=' ~/Desktop/Debian_format/before_format.sh ; sudo rsync -av --delete --delete-excluded --stats --progress --exclude 'media/movies' --exclude 'Downloads' /home/sbosx/ /media/usb0/sbosxBackUp/'

alias backup_to_debian='sudo rsync -av --stats --progress ~/Development/ sbosx@192.168.0.12:work/centralway'
alias backup_to_debian='sudo rsync -av --delete --stats --progress ~/Development/ sbosx@192.168.0.12:work/centralway'

alias remonitor='xrandr --auto'

Expand Down

0 comments on commit fb0ea41

Please sign in to comment.