diff --git a/zsh/.oh-my-zsh/.gitignore b/zsh/.oh-my-zsh/.gitignore new file mode 100644 index 0000000..63dbaf7 --- /dev/null +++ b/zsh/.oh-my-zsh/.gitignore @@ -0,0 +1,12 @@ +# temp files directories +cache/ +log/ +*.swp +.DS_Store + +# editor configs +.vscode +.idea + +# zcompile cached files +*.zwc diff --git a/zsh/.oh-my-zsh/cache/.gitkeep b/zsh/.oh-my-zsh/cache/.gitkeep deleted file mode 100644 index e69de29..0000000 diff --git a/zsh/.oh-my-zsh/cache/.zsh-update b/zsh/.oh-my-zsh/cache/.zsh-update deleted file mode 100644 index 10513e4..0000000 --- a/zsh/.oh-my-zsh/cache/.zsh-update +++ /dev/null @@ -1 +0,0 @@ -LAST_EPOCH=20453 diff --git a/zsh/.oh-my-zsh/cache/grep-alias b/zsh/.oh-my-zsh/cache/grep-alias deleted file mode 100644 index f680f50..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,.venv,venv}' -alias egrep='grep -E' -alias fgrep='grep -F' diff --git a/zsh/.oh-my-zsh/log/.gitkeep b/zsh/.oh-my-zsh/log/.gitkeep deleted file mode 100644 index e69de29..0000000