Tanner / Marks-for-Fish

A port of Jeroen's mark/jump functions for the fish shell.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Marks-for-Fish

A port of Jeroen's mark/jump functions for the fish shell.

Installation

  1. Move all the .fish files in functions into fish's config functions directory (i.e. ~/.config/fish/functions/).
  2. Move all the .fish files in completions into fish's config completions directory (i.e. ~/.config/fish/completions/).
  3. Set the environment variable MARKPATH in ~/.config/fish/config.fish (e.g. set -x MARKPATH $HOME/.marks).
  4. (optional) Tell fish to re-read its initialization file (e.g. . ~/.config/fish/config.fish).

(or simply run install.sh to perform all of the above)

About

A port of Jeroen's mark/jump functions for the fish shell.


Languages

Language:Shell 100.0%