]> oss.titaniummirror.com Git - smckown/dotfiles.git/blobdiff - bashrc
ssh: add agent forwarding for negadon
[smckown/dotfiles.git] / bashrc
diff --git a/bashrc b/bashrc
index 4a371724a5c613b9109a386b680884b73114aca7..0b35d27d369dd83cd04d33f8f528418dfd249665 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -170,8 +170,14 @@ alias android-disconnect="fusermount -u /media/tf300"
 # TinyOS
 source /opt/tinyos/tinyos.sh ~/workspace/tinyos-2.x
 
+# Autojump
+[ -f /usr/share/autojump/autojump.bash ] && . /usr/share/autojump/autojump.bash
+
 # Make ctrl-W erase back to the next filename path (so stop at /).  This makes
 # bash behave more like vim.
 #stty -a | grep werase
 stty werase undef
 bind '\C-w:unix-filename-rubout'
+
+# Add TI PRU compiler (for AM335x SoCs) to path
+export PATH=/home/smckown/opt/ti-cgt-pru_2.1.2/bin:${PATH}