]> git.donarmstrong.com Git - zsh.git/blobdiff - .zsh/zshrc/99_TODO
fix branch detection in fake bare git repos
[zsh.git] / .zsh / zshrc / 99_TODO
index 079f8514e148d661acd9848f8f5fa01dd0da3ef1..ae9af23c0838add6c74536af5989cb19a46cfb3a 100644 (file)
@@ -6,12 +6,12 @@
 # Copyright © 1994–2008 martin f. krafft <madduck@madduck.net>
 # Released under the terms of the Artistic Licence 2.0
 #
-# Source repository: http://git.madduck.net/v/etc/zsh.git
+# Source repository: git://git.madduck.net/etc/zsh.git
 #
 
 ldir() { eval hash -d $1="$PWD"; cd .; }
 
-alias Q='exec zsh'
+alias Q='exec zsh -$-'
 alias ozsh='ZDOTDIR=$HOME/.etc/zsh.migrated exec zsh'
 
 # do not clobber files with >
@@ -47,12 +47,17 @@ setopt no_nomatch
 # do. not. ever. beep.
 setopt no_beep
 
+# use 0xXX and 0XX output instead of 16#XX/8#XX
+setopt c_bases
+
 [ "$(umask)" = 022 ] && umask 0077
 
-WORDCHARS="*?_-.[]~/&;!#$%^(){}<>"
+# remove '/' from WORDCHARS
+WORDCHARS="${WORDCHARS//\/}"
 
 # report time stats when command takes longer than 5 seconds
-REPORTTIME=5
+# typeset -g to make warn_create_global happy
+typeset -g REPORTTIME=5
 
 MAILCHECK=0