Fixed type in aliases

This commit is contained in:
Lockszmith 2022-06-18 14:51:51 -04:00
parent 3723937501
commit c9169886ee
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
alias which_command="type -fP "
alias which-command="type -fP "

View File

@ -1 +1 @@
alias which_command="whence "
alias which-command="whence "