1
0
Fork 0

fish: some functions and aliases

This commit is contained in:
Von Random 2023-02-05 22:13:01 +02:00
parent 077a885d2a
commit 331c9b0e69
24 changed files with 115 additions and 40 deletions

View file

@ -0,0 +1,4 @@
function groot
set -l root (command git rev-parse --show-toplevel)
test $status -eq 0 && cd $root
end