fish: install fundle with bass plugin
All checks were successful
dotfiles/pipeline/head This commit looks good
All checks were successful
dotfiles/pipeline/head This commit looks good
Bass is able to execute bash scripts.
This commit is contained in:
parent
529ff9695c
commit
872bce16c8
@ -7,4 +7,20 @@ if status --is-login
|
||||
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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user