Guest User

Untitled

a guest
Jun 25th, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. echo $LANG
  2.  
  3. de_DE.UTF-8
  4.  
  5. echo "export LANG=en_US.UTF-8" >> ~/.bashrc
  6.  
  7. export LC_ALL=en_US.UTF-8
  8.  
  9. $ source ~/.bashrc
  10.  
  11. $ source ~/.zshrc
Add Comment
Please, Sign In to add comment