diff options
author | Nick Shipp <nick@shipp.ninja> | 2017-02-15 11:59:26 -0500 |
---|---|---|
committer | Nick Shipp <nick@shipp.ninja> | 2017-02-15 11:59:26 -0500 |
commit | 4ca8f6608883d230131f8a9e8b6d6c091c516049 (patch) | |
tree | f549a00f69351619e4bfe5a65b46688d0557e3b2 /zsh/00_params.zsh | |
parent | e9cd13f18bc159024189cc137f5ef280ff5f457e (diff) |
Oops, messed up load order of zshrcs
Diffstat (limited to 'zsh/00_params.zsh')
-rw-r--r-- | zsh/00_params.zsh | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/zsh/00_params.zsh b/zsh/00_params.zsh deleted file mode 100644 index 15b8e3e..0000000 --- a/zsh/00_params.zsh +++ /dev/null @@ -1,15 +0,0 @@ -PROMPT='%F{249}%D{%H}%F{245}%D{%M}%F{242}%D{%S} %F{red}%n%f@%F{blue}%m%f %F{yellow}%1~%f %(!.#.$) ' - -FCEDIT=$VISUAL -HISTFILE=$XDG_DATA_HOME/zsh/history -HISTSIZE=10000 -SAVEHIST=10000000 -REPORTTIME=60 - -fpath=($ZDOTDIR/Functions $fpath) -path=($HOME/bin /usr/bin/vendor_perl $path) - -# Expand ~zsh to $ZDOTDIR -hash -d zsh=$ZDOTDIR -# Same for vim -hash -d vim=$XDG_CONFIG_HOME/vim |