diff options
Diffstat (limited to 'functions/gcl.fish')
| -rw-r--r-- | functions/gcl.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/gcl.fish b/functions/gcl.fish index 6a81be4..7e76c2f 100644 --- a/functions/gcl.fish +++ b/functions/gcl.fish @@ -1 +1 @@ -alias gcl='git clone' +abbr --add gcl 'git clone' |