added v as alias for nvim

main
The_miro 2025-03-06 15:30:10 +01:00
parent dbf6cc8b59
commit bcd7790cb5
1 changed files with 2 additions and 0 deletions

2
.zshrc
View File

@ -181,6 +181,8 @@ alias weather="curl https://wttr.in/"
alias lgrep="l | grep"
alias lg="lgrep"
alias v="nvim"
function y() {
local tmp="$(mktemp -t "yazi-cwd.XXXXXX")" cwd
yazi "$@" --cwd-file="$tmp"