Chnage tabs to spaces

This commit is contained in:
Arun Prakash Jana 2021-05-15 06:57:20 +05:30
parent bb37c9dd46
commit 24080569b8
No known key found for this signature in database
GPG Key ID: A75979F35C080412
1 changed files with 2 additions and 2 deletions

View File

@ -33,6 +33,6 @@ nnn_cd () {
}
cmd_exists () {
type "$1" > /dev/null 2>&1
echo $?
type "$1" > /dev/null 2>&1
echo $?
}