🐛 fix(fish): dots function not showing results when outside $HOME

This commit is contained in:
Sergio Laín 2023-12-16 17:15:40 +01:00
parent c74a6773fc
commit 8e873456b3
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,3 +1,4 @@
function dots --description 'alias dots=yadm enter lazygit'
cd $HOME
yadm enter lazygit $argv
end