i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

add git cl alias

+5
+3
fish/.config/fish/functions/git-cl.fish
··· 1 + function git-cl --wraps 'git clone' --description 'git clone and cd' 2 + git clone $argv && cd (string replace -r '.*/' '' $argv[-1]) 3 + end
+2
git/bin/git-cl
··· 1 + #!/usr/bin/env fish 2 + git-cl $argv