summaryrefslogtreecommitdiff
path: root/.zsh
diff options
context:
space:
mode:
authorUrbain Vaes <urbain@vaes.uk>2015-08-12 10:33:27 +0100
committerUrbain Vaes <urbain@vaes.uk>2015-08-12 10:33:27 +0100
commit21273fccab1765a30aa8cd26412030482306c5c9 (patch)
tree14e38cecf80f5d876c9fc48307d6b512c81521aa /.zsh
parent5e17418f1eef06e97bb621edf53530437df8b14f (diff)
Adapt to arch linux
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/functions2
-rw-r--r--.zsh/tmp2
-rw-r--r--.zsh/zshrc1
3 files changed, 3 insertions, 2 deletions
diff --git a/.zsh/functions b/.zsh/functions
index 557d1af..fcc1e9c 100644
--- a/.zsh/functions
+++ b/.zsh/functions
@@ -3,7 +3,7 @@
function colo {
# Change colors for current session
- $HOME/.bin/recolor.sh < ~/.Xresources/$1
+ $HOME/bin/recolor.sh < ~/.Xresources/$1
# Load Xresources file for future sessions
xrdb ~/.Xresources/$1
diff --git a/.zsh/tmp b/.zsh/tmp
index aab86c2..1282040 100644
--- a/.zsh/tmp
+++ b/.zsh/tmp
@@ -1,3 +1,3 @@
#!/bin/zsh
-export COLORSCHEME=light
+export COLORSCHEME=dark
diff --git a/.zsh/zshrc b/.zsh/zshrc
index f08eee4..b7a6c33 100644
--- a/.zsh/zshrc
+++ b/.zsh/zshrc
@@ -46,4 +46,5 @@ if [[ -n ${TMUX} && -n ${commands[tmux]} ]];then
esac
fi
+
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh