kfg aktualisiert

This commit is contained in:
2025-01-10 12:49:39 +01:00
parent 1f896e3bb5
commit 23f77f2331

2
kfg
View File

@@ -565,7 +565,7 @@ function p_zsh {
download_config sh .revision-hash "https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/.config/sh/.revision-hash"
download_config sh zsh-ghostty-integration.zsh "https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/.config/sh/zsh-ghostty-integration.zsh"
install_rc_download sh zsh.rc 'https://git.cbeck.tech/kamu/dotfiles/raw/branch/main/.config/sh/zsh.rc'
prepend_rc $'# Ghostty Integration for OSC 133 marks\n[ -f /home/cbeckmann/.config/sh/zsh-ghostty-integration.zsh ] && source /home/cbeckmann/.config/sh/zsh-ghostty-integration.zsh\n'
prepend_rc $'# Ghostty Integration for OSC 133 marks\n[ -f $HOME/.config/sh/zsh-ghostty-integration.zsh ] && source $HOME/.config/sh/zsh-ghostty-integration.zsh\n'
}