-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbashrc
More file actions
30 lines (24 loc) · 787 Bytes
/
bashrc
File metadata and controls
30 lines (24 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
#
# ~/.bashrc
#
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
PS1='[\u@\h \W]\$ '
alias inp='ssh -p 978 ashley@inp.io'
alias minp='sshfs -p 978 ashley@inp.io:/ ~/seth'
alias seedbox='sshfs awilliamson@awilliamson.lw289.ultraseedbox.com:/ ~/seedbox'
alias mpass='sudo ntfs-3g /dev/sdd1 ~/pass'
alias top='htop'
alias prolog='swipl'
export EDITOR=nvim
if [ -d $HOME/bin ]; then
export PATH="$HOME/bin:$PATH"
fi
export OPENNI2_INCLUDE=/home/radon/XtionSDK/Linux_64/OpenNI-Linux-x64-2.2/Include
export OPENNI2_REDIST=/home/radon/XtionSDK/Linux_64/OpenNI-Linux-x64-2.2/Redist
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
export http_proxy=''
export https_proxy=''
export ftp_proxy=''
export socks_proxy=''