mirror of
https://github.com/Matir/skel.git
synced 2026-05-25 21:19:09 -07:00
Non-conf dotfiles, v1.
This commit is contained in:
29
zshrc
Normal file
29
zshrc
Normal file
@@ -0,0 +1,29 @@
|
||||
# Lines configured by zsh-newuser-install
|
||||
HISTFILE=~/.histfile
|
||||
HISTSIZE=1000
|
||||
SAVEHIST=1000
|
||||
setopt appendhistory autocd extendedglob nomatch
|
||||
unsetopt beep
|
||||
bindkey -v
|
||||
# End of lines configured by zsh-newuser-install
|
||||
# The following lines were added by compinstall
|
||||
zstyle :compinstall filename '/home/david/.zshrc'
|
||||
|
||||
autoload -Uz compinit
|
||||
compinit
|
||||
# End of lines added by compinstall
|
||||
|
||||
setopt nohup autopushd
|
||||
DIRSTACKSIZE=16
|
||||
case $TERM in
|
||||
xterm*)
|
||||
precmd () {print -Pn "\e]0;%n@%m: %~\a"}
|
||||
;;
|
||||
esac
|
||||
|
||||
PS1='%n@%m:%32<...<%~%<<%# '
|
||||
|
||||
. ~/.profile
|
||||
typeset -U path
|
||||
|
||||
alias ls='ls --color'
|
||||
Reference in New Issue
Block a user