diff options
author | bryan newbold <bnewbold@leaflabs.com> | 2013-06-05 14:30:20 -0400 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2014-05-05 21:41:14 -0400 |
commit | cbe263521ab330a1b2e9805975d50c0f61928550 (patch) | |
tree | f6e95b7fc78ea7707091e45052dda9fdb840915a /.profile | |
parent | 65641576a9596b512e92d894f6919ed42862c448 (diff) | |
download | openwrt-repro-cbe263521ab330a1b2e9805975d50c0f61928550.tar.gz openwrt-repro-cbe263521ab330a1b2e9805975d50c0f61928550.zip |
backup ent
Diffstat (limited to '.profile')
-rw-r--r-- | .profile | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -35,7 +35,7 @@ alias ls="ls --color=auto" alias xterm_="xterm -rv +sb -ls" alias q3="quake3-smp" #alias scipy = "ipython -pylab" -alias chromium="chromium-browser" +#alias chromium="chromium-browser" alias vbox="VBOX_USB=USBFS VirtualBox" # arm-gcc codesourcery stuff @@ -52,6 +52,10 @@ alias pe="cd ~/code/pdfextract; source bin/activate; cd src" alias aws="read -s AWS_ACCESS_KEY AWS_SECRET_ACCESS_KEY && export AWS_ACCESS_KEY && export AWS_SECRET_ACCESS_KEY" alias start_thriftdb="/var/lib/thriftdb-index/tomcat/thriftdb__development/bin/startup.sh" +alias xilinx="source /opt/Xilinx/14.3/ISE_DS/settings64.sh" +alias adelie="mosh adelie -- screen -x" + +alias ack=ack-grep export GOROOT=/usr/local/go export PATH=$PATH:$GOROOT/bin |