feat(shell): Quick Jump to frequently used directories

This commit is contained in:
js0ny 2025-02-27 03:04:31 +00:00
parent 2c014e281f
commit bab5604731
3 changed files with 65 additions and 62 deletions

View file

@ -154,3 +154,4 @@ end
function __last_history_item; echo $history[1]; end
abbr -a !! --position anywhere --function __last_history_item