Browse Source

Remove unecessary zshrc config

Andrew Swistak 6 years ago
parent
commit
7973083824
1 changed files with 0 additions and 6 deletions
  1. 0 6
      zshrc

+ 0 - 6
zshrc

@@ -25,10 +25,6 @@ alias vim="nvim"
 fpath=(/usr/local/share/zsh-completions $fpath)
 fpath=(/usr/local/share/zsh-completions $fpath)
 source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
 source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
 
 
-# OS X keep current PWD when opening new tabs/windows
-precmd () {print -Pn "\e]2; %~/ \a"}
-preexec () {print -Pn "\e]2; %~/ \a"}
-
 dot_sync() {
 dot_sync() {
   current_branch=$(git branch | grep '\*.*' | cut -d '*' -f 2 | tr -d ' ')
   current_branch=$(git branch | grep '\*.*' | cut -d '*' -f 2 | tr -d ' ')
   if [ -z "$1" ]; then
   if [ -z "$1" ]; then
@@ -65,8 +61,6 @@ export PATH=$PATH:$GOPATH/bin
 export PATH=$PATH:$HOME/.cargo/bin
 export PATH=$PATH:$HOME/.cargo/bin
 export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/src
 export RUST_SRC_PATH=$(rustc --print sysroot)/lib/rustlib/src/rust/src
 
 
-
-source /usr/local/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
 alias ack=ag
 alias ack=ag
 
 
 # added by travis gem
 # added by travis gem