diff --git a/rc/zshrc b/rc/zshrc index a3fa04f..b570b93 100644 --- a/rc/zshrc +++ b/rc/zshrc @@ -1,3 +1,6 @@ +# echo "\ue0b0 \u00b1 \ue0a0 \u27a6 \u2718 \u26a1 \u2699" +export LC_CTYPE=C.UTF-8 + # If you come from bash you might have to change your $PATH. # export PATH=$HOME/bin:/usr/local/bin:$PATH @@ -101,8 +104,5 @@ source $ZSH/oh-my-zsh.sh # alias ohmyzsh="mate ~/.oh-my-zsh" # -# echo "\ue0b0 \u00b1 \ue0a0 \u27a6 \u2718 \u26a1 \u2699" -export LC_CTYPE=C.UTF-8 - # autojump [ -f /usr/local/etc/profile.d/autojump.sh ] && . /usr/local/etc/profile.d/autojump.sh \ No newline at end of file diff --git a/setup.sh b/setup.sh index df37361..5e79c03 100755 --- a/setup.sh +++ b/setup.sh @@ -83,13 +83,6 @@ function setup_zsh { yes_or_no "Install zsh-syntax-highlighting (https://github.com/zsh-users/zsh-syntax-highlighting)?" && /bin/zsh -c 'source ~/.zshrc && git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting' yes_or_no "Install zsh-autosuggestions (https://github.com/zsh-users/zsh-autosuggestions)?" && /bin/zsh -c 'source ~/.zshrc && git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions' yes_or_no "Replace .zshrc ?" && cp rc/zshrc ~/.zshrc - if [ -n "$(uname -a | grep Ubuntu)" ]; then - if ! command -v sudo &> /dev/null; then - update-locale - else - sudo update-locale - fi - fi } function setup_screen {