summaryrefslogtreecommitdiff
path: root/.config/fish
diff options
context:
space:
mode:
authorRoger Gonzalez <roger@rogs.me>2020-10-15 11:41:11 -0300
committerRoger Gonzalez <roger@rogs.me>2020-10-15 11:41:11 -0300
commitc6ef45aba190a26464c4e6d6d724988c302ebecc (patch)
tree8d0b59a96d903a76a3b3944e94d3ad40ddd2bb00 /.config/fish
parentb4e61115b6e1388f1ba02d4fb5a1e551e82ef69e (diff)
Added Sonarqube and google cloud to the PATH
Diffstat (limited to '.config/fish')
-rw-r--r--.config/fish/config.fish5
1 files changed, 4 insertions, 1 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish
index 5e70596e..6ff3d823 100644
--- a/.config/fish/config.fish
+++ b/.config/fish/config.fish
@@ -5,7 +5,7 @@
# |___/
#
set fish_greeting ""
-set -gx PATH /home/roger/.gem/ruby/2.6.0/bin $PATH
+set -gx PATH /home/roger/.gem/ruby/2.6.0/bin /opt/sonar-scanner/bin $PATH
set -g theme_powerline_fonts yes
set -x VIRTUAL_ENV_DISABLE_PROMPT 1
set -g theme_color_scheme dark
@@ -26,3 +26,6 @@ source "$HOME/.config/fish/abbreviations.fish"
# tabtab source for packages
# uninstall by removing these lines
[ -f ~/.config/tabtab/__tabtab.fish ]; and . ~/.config/tabtab/__tabtab.fish; or true
+
+# The next line updates PATH for the Google Cloud SDK.
+if [ -f '/home/roger/.google-cloud-sdk/path.fish.inc' ]; . '/home/roger/.google-cloud-sdk/path.fish.inc'; end