mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
fish: rename clone_to_repos function
This commit is contained in:
parent
083ba8a2b0
commit
91219e583e
3 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,6 @@
|
|||
"ga." = "git add .";
|
||||
gp = "git pull";
|
||||
gP = "git push";
|
||||
clone = "clone_to_repos";
|
||||
|
||||
## Editor
|
||||
ts = "tmux_sessionizer";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
function clone_to_repos
|
||||
function c2r \
|
||||
--description "[C]lone a [r]epo to ~/home/{username}/r"
|
||||
|
||||
if not count $argv >/dev/null
|
||||
echo "Git url needed"
|
||||
Loading…
Add table
Add a link
Reference in a new issue