diff options
Diffstat (limited to 'zsh/oh-my-zsh/cache')
-rw-r--r-- | zsh/oh-my-zsh/cache/.gitkeep | 0 | ||||
-rw-r--r-- | zsh/oh-my-zsh/cache/.zsh-update | 1 | ||||
-rw-r--r-- | zsh/oh-my-zsh/cache/grep-alias | 3 |
3 files changed, 0 insertions, 4 deletions
diff --git a/zsh/oh-my-zsh/cache/.gitkeep b/zsh/oh-my-zsh/cache/.gitkeep deleted file mode 100644 index e69de29..0000000 --- a/zsh/oh-my-zsh/cache/.gitkeep +++ /dev/null diff --git a/zsh/oh-my-zsh/cache/.zsh-update b/zsh/oh-my-zsh/cache/.zsh-update deleted file mode 100644 index f6d012c..0000000 --- a/zsh/oh-my-zsh/cache/.zsh-update +++ /dev/null @@ -1 +0,0 @@ -LAST_EPOCH=19115 diff --git a/zsh/oh-my-zsh/cache/grep-alias b/zsh/oh-my-zsh/cache/grep-alias deleted file mode 100644 index 8ec15cd..0000000 --- a/zsh/oh-my-zsh/cache/grep-alias +++ /dev/null @@ -1,3 +0,0 @@ -alias grep='grep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}' -alias egrep='egrep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}' -alias fgrep='fgrep --color=auto --exclude-dir={.bzr,CVS,.git,.hg,.svn,.idea,.tox}' |