Compare commits

...

2 Commits

Author SHA1 Message Date
tracer a7e797b533 Merge branch 'master' of git.24unix.net:tracer/Settings 2021-12-21 14:50:28 +01:00
tracer 24745d2c20 new prompt 2021-12-21 14:49:56 +01:00
1 changed files with 3 additions and 2 deletions

5
.zshrc
View File

@ -1,10 +1,10 @@
export ZSH="$HOME/.oh-my-zsh"
ZSH_THEME="agnoster"
ZSH_THEME="mortalscumbag"
CASE_SENSITIVE="true"
ENABLE_CORRECTION="true"
COMPLETION_WAITING_DOTS="true"
HIST_STAMPS="dd.mm.yyyy"
plugins=(git)
plugins=(git symfony)
source $ZSH/oh-my-zsh.sh
export MANPATH="/usr/local/man:$MANPATH"
export LANG=en_US.UTF-8
@ -14,6 +14,7 @@ export EDITOR='vim'
bindkey "^[^[[D" backward-word
bindkey "^[^[[C" forward-word
setopt auto_cd
alias l="lsd -ltr"
alias lr="lsd -ltr"
alias ll="lsd -la"
setopt PROMPT_SUBST