Skip to content

Commit

Permalink
delixl: delixl aliases moved to own folder and delxl config only load…
Browse files Browse the repository at this point in the history
…ed in delixl vm
  • Loading branch information
durdn committed Jan 5, 2012
1 parent aa7c412 commit 1e4d209
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 7 deletions.
8 changes: 8 additions & 0 deletions .bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -264,3 +264,11 @@ if [ $(uname) == "MINGW32_NT-5.1" ]; then
alias egrep='egrep --color=auto'
fi
# }}}
# Clients configs {{{
# Delixl config {{{
if [ $(uname -n) == "ubuntu" ] && [ $(whoami) == "developer" ];
then source ~/.delixl-aliases
fi
# }}}
# }}}

7 changes: 0 additions & 7 deletions .delixl
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,3 @@ export CDPATH=.:${HOME}/delixl:${HOME}/delixl/configs:${HOME}/delixl/jupiter:${H

export http_proxy=http://accind:accind\!\@193.173.158.252:8080
export https_proxy=${http_proxy}

alias rs='run-server.sh'
alias rsl='run-server.sh localhost'
alias rit='run-inttest.sh'
alias ritl='run-inttest.sh localhost'
alias gs='rlwrap neptune.sh shell 2> /dev/null'

10 changes: 10 additions & 0 deletions .delixl-aliases
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
alias np='neptune.sh'
alias snp='start-neptune.sh'
alias dnp='deploy-neptune.sh'
alias unp='undeploy-neptune.sh'
alias rs='run-server.sh'
alias rsl='run-server.sh localhost'
alias rit='run-inttest.sh'
alias ritl='run-inttest.sh localhost'
alias nps='rlwrap neptune.sh shell 2> /dev/null'

0 comments on commit 1e4d209

Please sign in to comment.