From 3ba93f04dce5eacdd11c1b9f8a3cea508112084d Mon Sep 17 00:00:00 2001 From: Jessie Hildebrandt Date: Thu, 3 Feb 2022 01:17:44 -0500 Subject: [PATCH] Add 'addtopath' alias --- config.fish | 3 +++ 1 file changed, 3 insertions(+) diff --git a/config.fish b/config.fish index 6d387a2..f9d2df1 100644 --- a/config.fish +++ b/config.fish @@ -52,6 +52,9 @@ switch (id -u) # Everyone else end +# Alias 'addtopath' -> 'fish_add_path -P' for temporarily prepending a dir to your PATH +alias addtopath 'fish_add_path -P' + ##################### # Greeting Function # #####################