1
0
Fork 0
mirror of https://github.com/LnL7/nix-darwin.git synced 2024-12-14 11:57:34 +00:00

enable zsh history

This commit is contained in:
Daiderd Jordan 2016-11-02 20:13:01 +01:00
parent 8bfac91b35
commit 13edd2b8e3
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

@ -79,9 +79,14 @@ let
bindkey -e
setopt autocd
setopt inc_append_history
setopt share_history
export PROMPT='%B%(?..%? )%b '
export RPROMPT='%F{green}%~%f'
HISTFILE=$HOME/.zhistory
HISTSIZE=4096
SAVEHIST=$HISTSIZE
PROMPT='%B%(?..%? )%b '
RPROMPT='%F{green}%~%f'
export PATH=/var/run/current-system/sw/bin:/var/run/current-system/sw/bin''${PATH:+:$PATH}
export PATH=/nix/var/nix/profiles/default/bin:/nix/var/nix/profiles/default/sbin''${PATH:+:$PATH}