This commit is contained in:
2022-01-01 17:35:44 +01:00
parent b362344d48
commit ca25d437a9
3 changed files with 499 additions and 0 deletions

4
functions/a.fish Normal file
View File

@ -0,0 +1,4 @@
function a
mkdir -p /tmp/a
cd /tmp/a
end