Last active
September 7, 2017 16:15
-
-
Save obfusk/bb6b9504ce92b9f77ab10e69cdd45eda to your computer and use it in GitHub Desktop.
utf8 for mutt (still latin1 for rest) | OBSOLETE; see https://github.com/obfusk/dotfiles
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
source /usr/share/byobu/profiles/byoburc | |
source $HOME/.screenrc.utf8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
defutf8 on |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
exec w_utf8 terminator -p mutt -x byobu -c ~/.byoburc.utf8 mutt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment