Add fish module to nix

This commit is contained in:
2022-09-02 14:17:04 -07:00
parent a82e4d0b22
commit 9b64eda0f5
4 changed files with 50 additions and 19 deletions

View File

@@ -1,7 +0,0 @@
function ensure_path --description "Ensures directories are in $PATH"
for pathdir in $argv
if not set -l index (contains -i $pathdir $PATH)
set -g -x PATH $pathdir $PATH
end
end
end