Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
home
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Murukesh Mohanan
home
Commits
e1364c4f
Commit
e1364c4f
authored
May 18, 2017
by
Murukesh Mohanan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
check version for incappendhistorytime
parent
0351c924
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
2 deletions
+11
-2
.conflocal/work/.zshrc
.conflocal/work/.zshrc
+2
-0
.vim
.vim
+1
-1
.zshrc
.zshrc
+8
-1
No files found.
.conflocal/work/.zshrc
View file @
e1364c4f
...
...
@@ -10,3 +10,5 @@ export MANPATH
export
BYOBU_PREFIX
=
/usr/local
fpath
=(
/usr/local/share/zsh-completions
$fpath
)
eval
"
$(
chef shell-init zsh
)
"
.vim
@
bbf93b4e
Subproject commit
8151c6cb4e81ae53e03499ed103c45857cd7c8db
Subproject commit
bbf93b4e5fd63b3a76d2524feec6826b4fad8ee7
.zshrc
View file @
e1364c4f
...
...
@@ -118,7 +118,14 @@ case $TERM in
;;
esac
setopt appendhistory histignorespace histignorealldups histnostore histreduceblanks histsavenodups incappendhistorytime
setopt appendhistory histignorespace histignorealldups histnostore histreduceblanks histsavenodups
autoload is-at-least
if
is-at-least
$ZSH_VERSION
5.3.0
then
setopt incappendhistorytime
else
setopt incappendhistory
fi
# Search backwards and forwards with a pattern
bindkey
-M
vicmd
'/'
history-incremental-pattern-search-backward
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment