Compare commits
2 Commits
2d62aef801
...
b690e10575
| Author | SHA1 | Date | |
|---|---|---|---|
| b690e10575 | |||
| 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