feat(fish): add rsync->scp alias
This commit is contained in:
parent
999805f16e
commit
c28c719196
2 changed files with 10 additions and 3 deletions
|
|
@ -10,3 +10,5 @@ alias v 'vim'
|
||||||
alias nv 'nvim'
|
alias nv 'nvim'
|
||||||
alias m 'make'
|
alias m 'make'
|
||||||
alias future-commit 'git commit --date (echo (date -d +7hours))'
|
alias future-commit 'git commit --date (echo (date -d +7hours))'
|
||||||
|
alias scp 'rsync'
|
||||||
|
alias rs 'rsync'
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,9 @@
|
||||||
---
|
---
|
||||||
notebooks_root_path: /home/catalin/Documents/Notebooks
|
notebooks_root_path: ~/Documents/Notebooks
|
||||||
identity_path: /home/catalin/.ssh/id_ed25519
|
identity_paths:
|
||||||
recipient_path: /home/catalin/.ssh/id_ed25519.pub
|
- ~/.ssh/id_ed25519
|
||||||
|
recipient_paths:
|
||||||
|
- ~/.ssh/id_ed25519.pub
|
||||||
|
- https://git.roboces.dev/catalin.keys
|
||||||
|
- https://github.com/185504a9.keys
|
||||||
|
- https://gitlab.com/185504a9.keys
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue