Merge branch 'master' into home
This commit is contained in:
@@ -14,14 +14,6 @@
|
|||||||
initContent = ''
|
initContent = ''
|
||||||
# Use kitty's ssh helper if running inside kitty
|
# Use kitty's ssh helper if running inside kitty
|
||||||
[ "$TERM" = "xterm-kitty" ] && alias ssh="kitty +kitten ssh"
|
[ "$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