fixed UTF-8 support in screen
This commit is contained in:
parent
8f5dc05115
commit
66e16a4982
3 changed files with 33 additions and 16 deletions
|
@ -23,6 +23,9 @@ alias Yall="noglob youtube-dl -o \"%(autonumber)s-%(title)s.%(ext)s\""
|
|||
alias units="units -v"
|
||||
alias usystemctl="systemctl --user"
|
||||
|
||||
# apparently this is the only way of setting GNU Screen to UTF-8
|
||||
alias screen="screen -U"
|
||||
|
||||
# Edit the current command line in $EDITOR
|
||||
export VISUAL="nano -m" # enable mouse cursor
|
||||
autoload -U edit-command-line
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue