add bash func viw=vim `which`

This commit is contained in:
Patrick Cao Huu Thien 2025-03-07 09:15:01 +01:00
parent f1c59ed9a0
commit 8f52aa17c8
Signed by untrusted user who does not match committer: pcao
GPG Key ID: B57DBE40C72FBCF4
1 changed files with 4 additions and 0 deletions

View File

@ -244,6 +244,10 @@ function faint () {
echo -e "\e[2m$*\e[m"
}
# vim which
function viw () {
vim `which "$1"`
}
#
# openssl
#