lazy
This commit is contained in:
parent
5806239856
commit
0bed87b198
2 changed files with 3 additions and 1 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -268,3 +268,4 @@ pg/
|
||||||
syncthing/
|
syncthing/
|
||||||
rclone-browser/
|
rclone-browser/
|
||||||
gnome-xdg-terminals.list
|
gnome-xdg-terminals.list
|
||||||
|
yazi/
|
||||||
|
|
|
||||||
|
|
@ -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" \
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue