1
0
Fork
You've already forked fish-functions
0
Misc utils for Fish shell
  • Shell 100%
2026年06月25日 17:04:23 +01:00
aurpkg-init.fish sort repo.list 2026年03月27日 21:23:57 +00:00
aurpkg.fish make aurpkg less verbose 2026年06月25日 17:04:23 +01:00
aws-set-profile.fish Added load-env-secrets and aws-set-profile 2025年03月17日 23:03:22 +00:00
ipinfo.fish ipinfo.fish 2025年03月17日 23:08:26 +00:00
load-env-secrets.fish Added usage to load-env-secrets 2025年03月17日 23:11:31 +00:00
README.md README 2025年03月18日 09:53:53 +00:00
sortsums.fish sortsums.fish 2025年08月09日 23:07:30 +01:00
tere.fish tere.fish 2025年03月18日 09:06:00 +00:00
ts.fish Added ts 2025年03月18日 08:35:56 +00:00

Fish functions get sourced into every shell instance.

These functions usually need to export ENV variables with set -gx in which case doing it from a sub-shell doesn't work (e.g. when loading secrets).

They usually live at: ~/.config/fish/functions