Merge pull request #2132 from NoahGorny/add-default-editor-nano

general: Add default nano editor for the edit alias
pull/1950/merge
Noah Gorny 2022-03-16 21:47:02 +02:00 committed by GitHub
commit 60c4c0b598
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ fi
alias c='clear' alias c='clear'
alias cls='clear' alias cls='clear'
alias edit='${EDITOR:-${ALTERNATE_EDITOR?}}' alias edit='${EDITOR:-${ALTERNATE_EDITOR:-nano}}'
alias pager='${PAGER:=less}' alias pager='${PAGER:=less}'
alias q='exit' alias q='exit'