Skip to content

Commit

Permalink
fix merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
gmh04 committed Aug 20, 2015
2 parents a2f4246 + df4014d commit 349edfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions bash_aliases
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
alias apr='sudo service httpd restart'
alias dlog='date=`date "+%Y-%m-%d"`; tail -f /usr/local/datashare/log/dspace.log.$date'
alias gitsmpull='git pull && git submodule update'
alias h='history'
alias psqlds='psql -d datashar -U datashar'
alias rt='sudo su tomcat /usr/local/datashare/bin/service.sh restart_tomcat'
alias st='sudo /usr/local/datashare/bin/service.sh stop_tomcat'
alias tlog='tail -f /opt/tomcat/logs/catalina.out'

2 changes: 1 addition & 1 deletion bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ if [ -f ~/.bash_aliases ]; then
. ~/.bash_aliases
fi

export PATH=$HOME/.local/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/bin
export PATH=/usr/local/datashare/bin:$HOME/.local/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/bin

0 comments on commit 349edfe

Please sign in to comment.