rwx/sh/alias/nano.sh
2025-07-27 19:28:56 +02:00

7 lines
46 B
Bash

# nano
#= nn
rwx_nano() {
nano \
"${@}"
}