xxh / xxh-shell-fish

Use the fish shell wherever you go through the SSH without installation on the host.
BSD 2-Clause "Simplified" License
18 stars 12 forks source link

Fixes #2 by setting the Fish Shell configuration directory to ... #3

Closed frederickjh closed 4 years ago

frederickjh commented 4 years ago

~/.xxh/config/fish. This is work related to xxh/xxh#64.

anki-code commented 4 years ago

Good start! Could you please add the complete solution with three parts:

  1. Default fish rc file
  2. Plugins init/import/source code in the rc file
  3. Any plugin. For example xxh-plugin-fish-sample with one line in plugin rc file: alias sayhello="echo hello!"

I descibed example for xonsh - https://github.com/xxh/xxh-shell-fish/issues/2#issuecomment-604841955.

frederickjh commented 4 years ago

Closing as this pull request as the same code was added in commit 5a3181b so this pull request is no longer needed.