From c6ef45aba190a26464c4e6d6d724988c302ebecc Mon Sep 17 00:00:00 2001 From: Roger Gonzalez Date: Thu, 15 Oct 2020 11:41:11 -0300 Subject: Added Sonarqube and google cloud to the PATH --- .config/fish/config.fish | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.config/fish') 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 -- cgit v1.2.3