rwx/sh/alias/nano.sh
2024-11-19 14:42:11 +01:00

5 lines
58 B
Bash

nn() { a__na_no "${@}"; }
a__na_no() {
nano \
"${@}"
}