Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Latest commit

 

History

History
30 lines (22 loc) · 889 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 889 Bytes

Port of oh-my-zsh/git.plugin to the Fish shell.

Installation

Add

fundle plugin benjamineskola/fish-git

to your config.fish, reload your shell, and run fundle install.

fisher add benjamineskola/fish-git
omf install https://github.com/benjamineskola/fish-git

Caveats

  1. I don't use all of these aliases regularly, and so I haven't tested to ensure their behaviour matches the original.
  2. I'm new to writing Fish scripts, and so although the aliases are probably fine, the functions might not be written in the most efficient or idiomatic way, or even behave correctly.