-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbashrc
More file actions
executable file
·42 lines (34 loc) · 906 Bytes
/
bashrc
File metadata and controls
executable file
·42 lines (34 loc) · 906 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
31
32
33
34
35
36
37
38
39
40
41
42
# .bashrc
# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# User specific aliases and functions
alias wget='wget -c'
alias rm='rm -i'
EDITOR=`which vim`
export EDITOR
PATH=$PATH:/home/ashwith/bin/julia
export PATH
PATH=$PATH:/home/ashwith/bin/sagemath
export PATH
PATH=$PATH:/home/ashwith/bin/eagle-6.3.0/bin
export PATH
PATH=$PATH:/home/ashwith/bin/Xilinx
export PATH
PATH=$PATH:/home/ashwith/bin/scripts
export PATH
PATH=$PATH:/opt/smlnj/bin
export PATH
PATH=$PATH:/home/ashwith/bin/energia
export PATH
PATH=$PATH:/home/ashwith/bin/smlnj/bin
export PATH
alias modelsim='/home/ashwith/bin/altera/13.0/modelsim_ase/linuxaloem/vsim'
alias quartus='/home/ashwith/bin/altera/13.0/quartus/bin/quartus --64bit'
SMLROOT=$PATH:/opt/smlnj/bin
export SMLROOT
CLASSPATH=.:~/algs4/stdlib.jar:~/algs4/algs4.jar
export CLASSPATH
JAVAROOT=/home/ashwith/Development/java
export JAVAROOT