aboutsummaryrefslogtreecommitdiff
path: root/Shell
diff options
context:
space:
mode:
authorVasil Zlatanov <vasil.zlatanov@gmail.com>2016-11-15 15:50:35 +0000
committerVasil Zlatanov <vasil.zlatanov@gmail.com>2016-11-15 15:50:35 +0000
commitfe8ada0254bfa3da5b85b5e5045a2b492b987033 (patch)
tree9c62f7162bce2485219c22d2490964fa4c4a747a /Shell
parentb71f78c3c2d524360c3d6405dcabc7b37333b331 (diff)
downloaddotfiles-fe8ada0254bfa3da5b85b5e5045a2b492b987033.tar.gz
dotfiles-fe8ada0254bfa3da5b85b5e5045a2b492b987033.tar.bz2
dotfiles-fe8ada0254bfa3da5b85b5e5045a2b492b987033.zip
switch editor back to vim because of bugs in nvim
Diffstat (limited to 'Shell')
-rw-r--r--Shell/zshrc50
1 files changed, 25 insertions, 25 deletions
diff --git a/Shell/zshrc b/Shell/zshrc
index ecd4baf..378dae2 100644
--- a/Shell/zshrc
+++ b/Shell/zshrc
@@ -23,7 +23,7 @@ source ~/.bash_aliases
export GPGKEY="895134C5"
export PATH="$HOME/bin:$PATH"
-export EDITOR="nvim"
+export EDITOR="vim"
export BROWSER="~/.ratposon/firesend"
export LD_LIBRARY_PATH=/usr/local/lib
export wiki_browser='firefox'
@@ -59,27 +59,27 @@ export ANDROID_HOME=/opt/android-sdk
~/bin/sysinfo
-cas $TERM in
- (*rxvt*)
-
- # Write some info to terminal title.
- # This is seen when the shell prompts for input.
- function precmd {
-if pgrep "panel" > /dev/null
-then
- print -Pn "\e]0;%(1j,%j job%(2j|s|); ,)%1~\a"
- ~/dotfiles/Panel/lemonbar/windows
-fi
- }
- # Write command and args to terminal title.
- # This is seen while the shell waits for a command to complete.
- function preexec {
-if pgrep "panel" > /dev/null
-then
- printf "\033]0;%s\a" "$1"
- ~/dotfiles/Panel/lemonbar/windows
-fi
- }
-
- ;;
-esac
+#case $TERM in
+# (*rxvt*)
+#
+# # Write some info to terminal title.
+# # This is seen when the shell prompts for input.
+# function precmd {
+#if pgrep "panel" > /dev/null
+#then
+# print -Pn "\e]0;%(1j,%j job%(2j|s|); ,)%1~\a"
+# ~/dotfiles/Panel/lemonbar/windows
+#fi
+# }
+# # Write command and args to terminal title.
+# # This is seen while the shell waits for a command to complete.
+# function preexec {
+#if pgrep "panel" > /dev/null
+#then
+# printf "\033]0;%s\a" "$1"
+# ~/dotfiles/Panel/lemonbar/windows
+#fi
+# }
+#
+# ;;
+#esac