too much to remember

This commit is contained in:
Tobias Reisinger 2020-07-15 15:50:56 +02:00
parent d0a680305c
commit 2a4e6c15f3
17 changed files with 311 additions and 82 deletions
.config/zsh

View file

@ -1,5 +1,5 @@
[ -f "$HOME/.config/user-dirs.dirs" ] && source $HOME/.config/user-dirs.dirs
source $HOME/.config/enviroment
source $HOME/.config/environment
# Enable colors and change prompt:
autoload -U colors && colors
@ -15,8 +15,8 @@ PS1="%B%{$fg[red]%}[%{$fg[yellow]%}%n%{$fg[green]%}@%{$fg[blue]%}%M %{$fg[magent
$%b "
# History in cache directory:
HISTSIZE=10000
SAVEHIST=10000
HISTSIZE=1000000
SAVEHIST=1000000
HISTFILE=$HOME/.cache/zsh_history
# Basic auto/tab complete: