diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-09-06 18:24:30 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-09-06 18:24:30 +0300 |
commit | 9cb8684bb3a80ed6e4874aed405ec40d24885624 (patch) | |
tree | 194494f548aa08d80c22a8420f6ee20377d96fe1 | |
parent | gdb: add command xxd (diff) | |
download | linux-home-9cb8684bb3a80ed6e4874aed405ec40d24885624.tar.gz linux-home-9cb8684bb3a80ed6e4874aed405ec40d24885624.zip |
.profile: remove obsolete comment
-rw-r--r-- | %HOME%/.profile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/%HOME%/.profile b/%HOME%/.profile index e85e2d2..4f8c6fd 100644 --- a/%HOME%/.profile +++ b/%HOME%/.profile @@ -126,7 +126,6 @@ command -v fd > /dev/null 2>&1 \ # nnn # -e Open text files in $EDITOR. -# -H Show hidden files. # -o Only open on Enter, not on l. export NNN_OPTS=eo export NNN_PLUG='f:myfzcd' |