Compare commits
2 Commits
f4c98f15f9
...
55ff45a7fd
| Author | SHA1 | Date | |
|---|---|---|---|
| 55ff45a7fd | |||
| da33f01ee8 |
@@ -14,14 +14,6 @@
|
||||
initContent = ''
|
||||
# Use kitty's ssh helper if running inside kitty
|
||||
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
|
||||
|
||||
[[ $- != *i* ]] && return
|
||||
|
||||
# Run fastfetch
|
||||
if command -v fastfetch >/dev/null 2>&1; then
|
||||
fastfetch --logo none --config ~/.zsh/fastfetch.jsonc
|
||||
fi
|
||||
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user