Naive fixing of linter errors
This commit is contained in:
parent
21c40fa774
commit
ef73a11e51
27 changed files with 207 additions and 194 deletions
|
|
@ -1,3 +1,5 @@
|
|||
#!/bin/zsh
|
||||
|
||||
### Set ZSH History defaults
|
||||
|
||||
# set some history options
|
||||
|
|
@ -20,8 +22,7 @@ setopt pushd_ignore_dups
|
|||
#setopt pushd_silent
|
||||
|
||||
# Keep a ton of history.
|
||||
HISTSIZE=100000
|
||||
SAVEHIST=100000
|
||||
export HISTSIZE=100000
|
||||
export SAVEHIST=100000
|
||||
HISTFILE=~/.zsh_history
|
||||
export HISTIGNORE="ls:cd:cd -:pwd:exit:date:* --help"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue