1
1
# -----------------------------------------------------------------------------
2
2
# Tim Siwula -- tcsiwula@gmail.edu
3
3
# file: ~/.bash_profile
4
- # updated: 01/16/2017
4
+ # updated: 11/29/2016
5
5
#
6
6
# file path: ~/.bash_profile
7
7
# edit: atom ~/.bash_profile
@@ -19,7 +19,7 @@ export PATH=$PATH:/Applications/Postgres.app/Contents/Versions/latest/bin
19
19
# terminal command prompt icon
20
20
export PS1=" 🤣 $"
21
21
22
-
22
+ export JAVA_HOME= $( /usr/libexec/java_home )
23
23
# -----------------------------------------------------------------------------
24
24
#
25
25
# -----------------------------------------------------------------------------
@@ -31,7 +31,12 @@ alias push="git push origin master"
31
31
alias p1=" cd /Users/timsiwula/Dropbox/cs451_fall_2016/project/"
32
32
alias addcommand=" atom ~/.bash_profile"
33
33
alias updatecommand=" source ~/.bash_profile"
34
-
34
+ alias commit=" git commit -S -m"
35
+ alias o=" open ."
36
+ alias run=" bash compile_script.sh | /Applications/Google\ Chrome.app/Contents/MacOS/Google\ Chrome --kiosk http://localhost:8888/"
37
+ alias geth=" geth --rpcapi eth,web3,personal --rpc"
38
+ alias ai=" cd /Users/timsiwula/WebstormProjects/AI_JavaBridge && pwd"
39
+ alias dl=" cd ~/Downloads && pwd"
35
40
36
41
alias addssh=" atom ~/.ssh/config"
37
42
alias hcdb=" psql --host=happychaindb.ciqykqusf0nv.us-west-1.rds.amazonaws.com --port=5432 --username=devapp0 --password --dbname=happychaindb"
@@ -50,20 +55,25 @@ echo "++"
50
55
echo " +++"
51
56
echo " ++++"
52
57
echo " +++++"
53
- echo " ++++++"
54
- echo " +++++++"
55
- echo " ++++++++"
56
- echo " +++++++++"
57
58
echo " "
58
59
echo " Hello Master Tim"
59
60
echo " "
60
- echo " +++++++++"
61
- echo " ++++++++"
62
- echo " +++++++"
63
- echo " ++++++"
64
61
echo " +++++"
65
62
echo " ++++"
66
63
echo " +++"
67
64
echo " ++"
68
65
echo " +"
69
66
# -----------------------------------------------------------------------------
67
+
68
+ # #
69
+ # Your previous /Users/timsiwula/.bash_profile file was backed up as /Users/timsiwula/.bash_profile.macports-saved_2017-01-30_at_14:38:28
70
+ # #
71
+
72
+ # MacPorts Installer addition on 2017-01-30_at_14:38:28: adding an appropriate PATH variable for use with MacPorts.
73
+ export PATH=" /opt/local/bin:/opt/local/sbin:$PATH "
74
+ # Finished adapting your PATH environment variable for use with MacPorts.
75
+
76
+
77
+ # MacPorts Installer addition on 2017-01-30_at_15:06:53: adding an appropriate PATH variable for use with MacPorts.
78
+ export PATH=" /opt/local/bin:/opt/local/sbin:$PATH "
79
+ # Finished adapting your PATH environment variable for use with MacPorts.
0 commit comments