Compare commits

..

3 Commits

5 changed files with 12 additions and 4 deletions

12
zsh/.oh-my-zsh/.gitignore vendored Normal file
View File

@@ -0,0 +1,12 @@
# temp files directories
cache/
log/
*.swp
.DS_Store
# editor configs
.vscode
.idea
# zcompile cached files
*.zwc

View File

View File

@@ -1 +0,0 @@
LAST_EPOCH=20453

View File

@@ -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'