diff options
Diffstat (limited to 'fish/functions/gl3.fish')
| -rw-r--r-- | fish/functions/gl3.fish | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fish/functions/gl3.fish b/fish/functions/gl3.fish new file mode 100644 index 0000000..a33d7f7 --- /dev/null +++ b/fish/functions/gl3.fish @@ -0,0 +1,4 @@ +function gl3 --wraps='git log -3' --description 'alias gl3 git log -3' + git log -3 $argv + +end |