move prompt definition to .zshrc
This commit is contained in:
parent
a71f25fd44
commit
1cfc7360cf
@ -1,7 +1,6 @@
|
||||
HISTFILE=~/.histfile
|
||||
HISTSIZE=1000
|
||||
SAVEHIST=1000
|
||||
PROMPT="%B%m:%~> %b"
|
||||
|
||||
export LANG=en_US.UTF-8
|
||||
export EDITOR=nvim
|
||||
|
||||
@ -8,6 +8,8 @@ alias w3='w3m -T text/html'
|
||||
# allow for # to be interpreted as a comment on the command line
|
||||
setopt interactivecomments
|
||||
|
||||
PROMPT="%B%m:%~> %b"
|
||||
|
||||
# cd tricks
|
||||
alias -- -='cd -'
|
||||
setopt auto_cd # there is no binary by that name in your $PATH, your shell will cd into it that directory
|
||||
|
||||
Loading…
Reference in New Issue
Block a user