mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 03:41:27 +00:00
Chnage tabs to spaces
This commit is contained in:
parent
bb37c9dd46
commit
24080569b8
|
@ -33,6 +33,6 @@ nnn_cd () {
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd_exists () {
|
cmd_exists () {
|
||||||
type "$1" > /dev/null 2>&1
|
type "$1" > /dev/null 2>&1
|
||||||
echo $?
|
echo $?
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue