1
0
mirror of https://github.com/tiyn/dotfiles.git synced 2025-10-10 03:21:16 +02:00

bash/zsh: history settings moved to profile

This commit is contained in:
TiynGER
2021-05-24 18:09:40 +02:00
parent 5635dcac8f
commit 3c5e9c4cde
3 changed files with 3 additions and 8 deletions

View File

@@ -49,10 +49,6 @@ zstyle ':vcs_info:git*+set-message:*' hooks git-st git-stash
PS1='%B%{$fg[blue]%}[%{$fg[blue]%}%n%{$fg[blue]%}@%{$fg[blue]%}%M %{$fg[blue]%}%~%{$fg[blue]%}]%{$reset_color%}\$%b '
RPROMPT='%B%{$fg[blue]%}$vcs_info_msg_0_%{$reset_color%}%b'
# History in cache directory
HISTSIZE=10000
SAVEHIST=10000
# Basic auto/tab complete
autoload -U compinit
zstyle ':completion:*' menu select