]> git.donarmstrong.com Git - zsh.git/commitdiff
remove unneeded variable
authormartin f. krafft <madduck@madduck.net>
Wed, 7 May 2008 18:29:35 +0000 (19:29 +0100)
committermartin f. krafft <madduck@madduck.net>
Wed, 7 May 2008 18:29:35 +0000 (19:29 +0100)
.zsh/zshrc/80_history

index e515b51eac10f0c8fbe703aedd064afb2765d831..708ea41f0f973edc2e8a76c440bd307e10c15352 100644 (file)
@@ -8,8 +8,7 @@
 # Source repository: http://git.madduck.net/v/etc/zsh.git
 #
 
-DEFAULT_HISTFILE=$ZVAR/history
-HISTFILE=$DEFAULT_HISTFILE
+HISTFILE=$ZVAR/history
 HISTSIZE=10000
 SAVEHIST=$HISTSIZE
 LISTMAX=1000