diff options
Diffstat (limited to 'functions/gplf.fish')
| -rw-r--r-- | functions/gplf.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/gplf.fish b/functions/gplf.fish index facbcde..a6a0e63 100644 --- a/functions/gplf.fish +++ b/functions/gplf.fish @@ -1 +1 @@ -alias gplf='git pull --force' +abbr --add gplf 'git pull --force' |