This commit is contained in:
tavo 2025-08-11 01:54:33 -06:00
parent 5806239856
commit 0bed87b198
2 changed files with 3 additions and 1 deletions

1
.gitignore vendored
View file

@ -268,3 +268,4 @@ pg/
syncthing/ syncthing/
rclone-browser/ rclone-browser/
gnome-xdg-terminals.list gnome-xdg-terminals.list
yazi/

View file

@ -50,4 +50,5 @@ alias \
ssh="ssh ${SSH_CONFIG}" \ ssh="ssh ${SSH_CONFIG}" \
scp="scp ${SSH_CONFIG}" \ scp="scp ${SSH_CONFIG}" \
rsync="rsync --rsh \"ssh ${SSH_CONFIG}\"" \ rsync="rsync --rsh \"ssh ${SSH_CONFIG}\"" \
lg="lazygit" lg="lazygit" \
lvim="VIMINIT= nvim" \