From 3723937501503122ff02df8c803c9001ca8f98d4 Mon Sep 17 00:00:00 2001 From: Lockszmith Date: Sat, 18 Jun 2022 14:44:42 -0400 Subject: [PATCH] Fixed missing bash aliases --- _home/dot_sz.shrc.d/bash.pre/21_aliases | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 _home/dot_sz.shrc.d/bash.pre/21_aliases diff --git a/_home/dot_sz.shrc.d/bash.pre/21_aliases b/_home/dot_sz.shrc.d/bash.pre/21_aliases new file mode 100644 index 0000000..ed87754 --- /dev/null +++ b/_home/dot_sz.shrc.d/bash.pre/21_aliases @@ -0,0 +1,2 @@ +alias which_command="type -fP " +