Initial upload

This commit is contained in:
2025-03-18 19:37:20 +00:00
commit f9ba12fe93
10 changed files with 205 additions and 0 deletions

2
zsh/.zsh_debian Normal file
View File

@@ -0,0 +1,2 @@
source /usr/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
alias f='selected=$(find . -type f 2>/dev/null | fzf --preview "batcat --style=numbers --color=always {}") && [ -n "$selected" ] && vim "$selected"'