diff options
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 3 | ||||
| -rw-r--r-- | bash/.profile | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index a355b0c..8da6ab6 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -7,3 +7,6 @@ alias ls='ls --color=auto' PS1='[\u@\h \W]\$ ' + +# added by travis gem +[ -f /home/bozo/.travis/travis.sh ] && source /home/bozo/.travis/travis.sh diff --git a/bash/.profile b/bash/.profile index 511e732..a1a30f9 100644 --- a/bash/.profile +++ b/bash/.profile @@ -1,4 +1,4 @@ -export PATH=~/python/bin:~/programs:~/programs/chicken/bin:~/.cabal/bin:$PATH +export PATH=~/python/bin:~/programs:~/programs/chicken/bin:~/.gem/ruby/2.7.0/bin:~/.cabal/bin:$PATH export CHICKEN_REPOSITORY=~/programs/chicken_repository export ATOM_NODE_URL=http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist export QT_QPA_PLATFORMTHEME=qt5ct |
