Initial upload
This commit is contained in:
2
zsh/.zsh_debian
Normal file
2
zsh/.zsh_debian
Normal 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"'
|
||||
Reference in New Issue
Block a user