fish: install fundle with bass plugin
All checks were successful
dotfiles/pipeline/head This commit looks good

Bass is able to execute bash scripts.
This commit is contained in:
Johannes Rothe 2021-12-10 18:01:38 +01:00 committed by Johannes Rothe
parent 529ff9695c
commit 872bce16c8

View File

@ -7,4 +7,20 @@ if status --is-login
end end
end end
eval (keychain --eval --agents ssh,gpg 82CD152AAAE9CAF77EACB29E73F092605AF3286C) fundle plugin 'edc/bass'
fundle init
# run `fundle install` in the terminal
# bass to run utilities written in for bash in fish
if test -e /opt/ros/noetic/setup.bash
bass source /opt/ros/noetic/setup.bash
end
if test -e /home/rothe/catkin_ws/install/setup.bash
bass source /home/rothe/catkin_ws/install/setup.bash
end
if test -e /home/rothe/catkin_ws/install/setup.bash
bass source ~/.profile
end
eval (keychain --eval --agents ssh)