fixed UTF-8 support in screen

This commit is contained in:
Martinez 2016-04-13 10:13:51 +02:00
parent 8f5dc05115
commit 66e16a4982
3 changed files with 33 additions and 16 deletions

View file

@ -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