zsh: init config
This commit is contained in:
parent
4fa1324bb5
commit
14d688ac52
2 changed files with 13 additions and 0 deletions
12
.zshrc
Normal file
12
.zshrc
Normal file
|
@ -0,0 +1,12 @@
|
|||
unsetopt PROMPT_SP
|
||||
|
||||
PATH="$HOME/.local/bin:$PATH"
|
||||
PS1="%B%F{blue}%n%b %f%~ %# "
|
||||
PS2='+ '
|
||||
HISTFILE="$HOME"/.zsh-history
|
||||
HISTSIZE=1000000
|
||||
SAVEHIST=1000000
|
||||
|
||||
export EDITOR="emacsclient -c"
|
||||
|
||||
alias np="nix profile"
|
Loading…
Add table
Add a link
Reference in a new issue