Skip to content

Commit

Permalink
fix #83
Browse files Browse the repository at this point in the history
  • Loading branch information
emalherbi committed Jan 9, 2018
1 parent 96bd71d commit 9f9b835
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions system/.bash_aliases
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ alias ..='cd ..'
alias badblocks='badblocks -sv -c 1024'
alias c='clear'
alias chr='sudo chmod -R 777'
alias chw="sudo chown -R $user:"
alias gg='sensible-browser "http://www.google.com"'
alias home='cd ~'
alias l='ls -a'
Expand Down
1 change: 1 addition & 0 deletions system/.bash_profile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ alias ..='cd ..'
# badblocks only linux
alias c='clear'
alias chr='sudo chmod -R 777'
alias chw="sudo chown -R $user:"
alias gg='open "http://www.google.com"'
alias home='cd ~'
alias l='ls -a'
Expand Down

0 comments on commit 9f9b835

Please sign in to comment.