diff --git a/.zshrc b/.zshrc index 2615fb1..16f4c65 100644 --- a/.zshrc +++ b/.zshrc @@ -8,7 +8,13 @@ plugins=(git) source $ZSH/oh-my-zsh.sh export MANPATH="/usr/local/man:$MANPATH" export LANG=en_US.UTF-8 +export LC_CTYPE=en_US.UTF-8 +export LC_ALL=en_US.UTF-8 export EDITOR='vim' bindkey "^[^[[D" backward-word bindkey "^[^[[C" forward-word +setopt auto_cd +alias l="ls" +alias lr="ls -ltr" +alias ll="ls -las" diff --git a/setup.sh b/setup.sh new file mode 100644 index 0000000..9e7428c --- /dev/null +++ b/setup.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +cp Settings/.zshrc Settings/.vimrc Settings/.zprofile Settings/.gitconfig . +