Created
September 30, 2023 05:21
-
-
Save sebby/06c81308a4e7c565b87869df7fb54789 to your computer and use it in GitHub Desktop.
My ZshRC
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| alias ll='exa --all --long --header --icons --git' | |
| alias tree='exa --tree --icons -L=2' | |
| alias v='fd --type f --hidden --exclude .git |fzf-tmux -p|xargs nvim' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment