From 0bed87b198c953ae5fe3414316073410f10d64e0 Mon Sep 17 00:00:00 2001 From: tavo Date: Mon, 11 Aug 2025 01:54:33 -0600 Subject: [PATCH] lazy --- .gitignore | 1 + shell/aliases.sh | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 6a3f9b3..70ad090 100644 --- a/.gitignore +++ b/.gitignore @@ -268,3 +268,4 @@ pg/ syncthing/ rclone-browser/ gnome-xdg-terminals.list +yazi/ diff --git a/shell/aliases.sh b/shell/aliases.sh index 1a59578..35ef93b 100644 --- a/shell/aliases.sh +++ b/shell/aliases.sh @@ -50,4 +50,5 @@ alias \ ssh="ssh ${SSH_CONFIG}" \ scp="scp ${SSH_CONFIG}" \ rsync="rsync --rsh \"ssh ${SSH_CONFIG}\"" \ - lg="lazygit" + lg="lazygit" \ + lvim="VIMINIT= nvim" \