Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tmp fix for powerline
  • Loading branch information
yachi committed Jun 9, 2015
1 parent f39d737 commit 95dc2be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .zshrc
@@ -1,7 +1,7 @@
export LC_ALL=en_US.UTF-8
export LANG=en_US.UTF-8

module_path=($module_path /usr/local/lib/zpython)
# module_path=($module_path /usr/local/lib/zpython)
fpath=(~/.zsh/functions "${fpath[@]}")
fpath=(~/.zsh/functions/darwin "${fpath[@]}")
fpath=(/usr/local/share/zsh-completions "${fpath[@]}")
Expand Down
1 change: 1 addition & 0 deletions zshrc/shell.zsh
@@ -1,3 +1,4 @@
powerline-daemon
source $DOTFILES/peru/powerline/zsh/powerline.zsh
export PROMPT="$PROMPT$(sh -c 'date +%I\ 60*%M+45-30/24%%2+2~C*+C8335+0PP|dc|iconv -f ucs-4') "

Expand Down

0 comments on commit 95dc2be

Please sign in to comment.