root/home/.zshrc

Revision 17, 212 bytes (checked in by conrad, 4 years ago)

add .zshrc

Line 
1 PS1='%n@%m:%~%% '
2 export PS1
3
4 PATH=~/bin:$PATH
5 export PATH
6
7 # source completions
8 #. ~/.zsh-compinstall
9
10 # press M-CR to accept and keep the completion going
11 bindkey '\e^M' accept-and-menu-complete
12
13 . ~/.profile
Note: See TracBrowser for help on using the browser.