add jjbm script to get latest bookmark

This commit is contained in:
Andrew Lee
2024-12-28 18:16:22 -07:00
parent 099c3f209e
commit a9b7c5aa4d
4 changed files with 31 additions and 24 deletions

View File

@@ -10,6 +10,7 @@ if not functions -q fisher
end
fish_add_path ~/.webman/bin/
set -gx --path XDG_DATA_DIRS $XDG_DATA_DIRS:$HOME/.local/share/
# if atuin is not installed, install it
if not type -q atuin
@@ -19,4 +20,6 @@ if not type -q atuin
else
atuin import auto
end
end
end