This was supposed to be ignored, whoops

This commit is contained in:
2025-12-31 03:11:55 +01:00
parent 7b5d420154
commit a4247f9c16
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'