From c9169886ee707fa1f49c4d40c82e7067ce89dff9 Mon Sep 17 00:00:00 2001 From: Lockszmith Date: Sat, 18 Jun 2022 14:51:51 -0400 Subject: [PATCH] Fixed type in aliases --- _home/dot_sz.shrc.d/bash.pre/21_aliases | 2 +- _home/dot_sz.shrc.d/zsh.pre/21_aliases | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_home/dot_sz.shrc.d/bash.pre/21_aliases b/_home/dot_sz.shrc.d/bash.pre/21_aliases index ed87754..a4f4935 100644 --- a/_home/dot_sz.shrc.d/bash.pre/21_aliases +++ b/_home/dot_sz.shrc.d/bash.pre/21_aliases @@ -1,2 +1,2 @@ -alias which_command="type -fP " +alias which-command="type -fP " diff --git a/_home/dot_sz.shrc.d/zsh.pre/21_aliases b/_home/dot_sz.shrc.d/zsh.pre/21_aliases index 7425be2..b8859c6 100644 --- a/_home/dot_sz.shrc.d/zsh.pre/21_aliases +++ b/_home/dot_sz.shrc.d/zsh.pre/21_aliases @@ -1 +1 @@ -alias which_command="whence " +alias which-command="whence "