aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorbozo.kopic <bozo.kopic@gmail.com>2020-03-29 19:12:10 +0200
committerbozo.kopic <bozo.kopic@gmail.com>2020-03-29 19:12:10 +0200
commite691d655633cc43b6275aad2b16eadfe3842a719 (patch)
tree3fd70b68baa97bde3deb7648487c6e8933e22c8b /bash
parent7e79006ac8887395ffba80ab3d7af2c2f2e64ea2 (diff)
.
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc3
-rw-r--r--bash/.profile2
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