update
This commit is contained in:
parent
cb95c14b42
commit
0659115951
2 changed files with 27 additions and 0 deletions
6
init.zsh
Normal file
6
init.zsh
Normal file
|
@ -0,0 +1,6 @@
|
|||
[ -z "$EDITOR" ] && export EDITOR=sensible-editor
|
||||
|
||||
export MAILCHECK=1
|
||||
|
||||
fortune debian | cowsay -f tux house-harkonnen house-atreides -W 76 -n
|
||||
which todo && todo due
|
21
zshrc
Normal file
21
zshrc
Normal file
|
@ -0,0 +1,21 @@
|
|||
export ZSH=$HOME/.oh-my-zsh
|
||||
ZSH_THEME="gallifrey"
|
||||
ENABLE_CORRECTION="true"
|
||||
COMPLETION_WAITING_DOTS="true"
|
||||
DISABLE_UNTRACKED_FILES_DIRTY="true"
|
||||
HIST_STAMPS="yyyy-mm-dd"
|
||||
plugins=(
|
||||
git
|
||||
git-extras
|
||||
tmux
|
||||
ssh
|
||||
command-not-found
|
||||
systemd
|
||||
debian
|
||||
gpg-agent
|
||||
pip
|
||||
common-aliases
|
||||
web-search
|
||||
)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
Loading…
Reference in a new issue