mirror of
https://github.com/reonokiy/dotfiles.git
synced 2025-06-15 14:12:53 +02:00
add zed alias
This commit is contained in:
parent
d1d6be7b04
commit
5360cedd3e
1 changed files with 6 additions and 3 deletions
|
@ -167,11 +167,14 @@ export VISUAL="code"
|
|||
|
||||
# custome alias
|
||||
if command -v eza &> /dev/null; then
|
||||
alias ls=eza
|
||||
alias tree='eza --tree'
|
||||
alias ls=eza
|
||||
alias tree='eza --tree'
|
||||
fi
|
||||
if command -v bat &> /dev/null; then
|
||||
alias cat=bat
|
||||
alias cat=bat
|
||||
fi
|
||||
if command -v zeditor > dev/null; then
|
||||
alias zed=zeditor
|
||||
fi
|
||||
alias f=fuck
|
||||
alias v=nvim
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue