diff --git a/roles/fish/files/fish/cli/conf.d/user_paths.fish b/roles/fish/files/fish/cli/conf.d/user_paths.fish new file mode 100644 index 0000000..5841355 --- /dev/null +++ b/roles/fish/files/fish/cli/conf.d/user_paths.fish @@ -0,0 +1 @@ +set -x fish_user_paths $HOME/.local/bin diff --git a/roles/fish/files/fish/desktop/conf.d/desktop.fish b/roles/fish/files/fish/desktop/conf.d/desktop.fish index 69a8457..938755d 100644 --- a/roles/fish/files/fish/desktop/conf.d/desktop.fish +++ b/roles/fish/files/fish/desktop/conf.d/desktop.fish @@ -1,8 +1,2 @@ -# Set path by host - -if test "$hostname" = "osz" - set -x fish_user_paths $HOME/bin $HOME/go/bin $HOME/.gem/ruby/2.7.0/bin -end - set -gx LIBVA_DRIVER_NAME 'iHD' set -x VAGRANT_DEFAULT_PROVIDER 'libvirt'