uniformizing shell config

This commit is contained in:
Loic Nageleisen 2012-08-10 14:15:13 +02:00
parent 65be65d4d6
commit a0f8f48016
6 changed files with 81 additions and 58 deletions

4
zsh/rc
View file

@ -1,5 +1,6 @@
# Set up the prompt
# zshrc, called for interactive shells
# Set up the prompt
# Set terminal title
set_term_title() {
@ -139,3 +140,4 @@ chpwd() {
set_term_title
}
# vim: ft=zsh