index
:
nixfiles
this commit
main
System and user configuration, managed by nix and home-manager
Gitolite user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
user
/
settings
/
fish
/
functions
/
tere.fish
blob: ba5816f911db68c4e0528c4b636236c703ed4aba (
plain
)
1
2
3
4
5
6
function
tere
set
-f result
$(
command
tere
$argv
)
if
test
-n
$result
cd
$result
end
end