index
:
dotfiles.git
main
System configuration
Git daemon user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fish
/
.config
/
fish
/
functions
/
fish_greeting.fish
blob: 1031678b74c4a471f0b73cf2ade697dee9e81fae (
plain
) (
blame
)
1
2
3
4
5
6
function
fish_greeting
if
test
"
$TERM
"
!
=
"xterm-kitty"
fortune
echo
""
end
end