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" \