Skip to content

Commit dcd2755

Browse files
committed
updated .bash_profile
1 parent 48679fb commit dcd2755

File tree

2 files changed

+22
-25
lines changed

2 files changed

+22
-25
lines changed

.idea/bash_code.iml

Lines changed: 1 addition & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config_files/.bash_profile

Lines changed: 21 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#-----------------------------------------------------------------------------
22
# Tim Siwula -- tcsiwula@gmail.edu
33
# file: ~/.bash_profile
4-
# updated: 01/16/2017
4+
# updated: 11/29/2016
55
#
66
# file path: ~/.bash_profile
77
# edit: atom ~/.bash_profile
@@ -19,7 +19,7 @@ export PATH=$PATH:/Applications/Postgres.app/Contents/Versions/latest/bin
1919
# terminal command prompt icon
2020
export PS1="🤣 $"
2121

22-
22+
export JAVA_HOME=$(/usr/libexec/java_home)
2323
#-----------------------------------------------------------------------------
2424
#
2525
#-----------------------------------------------------------------------------
@@ -31,7 +31,12 @@ alias push="git push origin master"
3131
alias p1="cd /Users/timsiwula/Dropbox/cs451_fall_2016/project/"
3232
alias addcommand="atom ~/.bash_profile"
3333
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"
3540

3641
alias addssh="atom ~/.ssh/config"
3742
alias hcdb="psql --host=happychaindb.ciqykqusf0nv.us-west-1.rds.amazonaws.com --port=5432 --username=devapp0 --password --dbname=happychaindb"
@@ -50,20 +55,25 @@ echo "++"
5055
echo "+++"
5156
echo "++++"
5257
echo "+++++"
53-
echo "++++++"
54-
echo "+++++++"
55-
echo "++++++++"
56-
echo "+++++++++"
5758
echo " "
5859
echo "Hello Master Tim"
5960
echo " "
60-
echo "+++++++++"
61-
echo "++++++++"
62-
echo "+++++++"
63-
echo "++++++"
6461
echo "+++++"
6562
echo "++++"
6663
echo "+++"
6764
echo "++"
6865
echo "+"
6966
#-----------------------------------------------------------------------------
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

Comments
 (0)