mirror of
https://github.com/danielepintore/dotfiles.git
synced 2026-07-14 17:25:12 +02:00
Update terminal colors
This commit is contained in:
@@ -135,7 +135,7 @@ source = ~/.config/hypr/windows_rules.conf
|
||||
$mainMod = SUPER
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
bind = $mainMod, Q, exec, kitty
|
||||
bind = $mainMod, Q, exec, kitty -o background=##14161B
|
||||
bind = $mainMod SHIFT, Q, exec, kitty -o background=##03045e -o foreground=##ffffff -d $(pwd) ssh ctf-vm
|
||||
bind = $mainMod, C, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
|
||||
@@ -13,7 +13,7 @@ precmd () { vcs_info }
|
||||
setopt prompt_subst
|
||||
|
||||
#PS1="\$vcs_info_msg_0_ $PS1"
|
||||
PS1='%F{10}%~ %f${vcs_info_msg_0_}'
|
||||
PS1=' %F{#91C79C}%~ %f${vcs_info_msg_0_}'
|
||||
|
||||
# History in zsh dir
|
||||
HISTFILE=~/.config/zsh/histfile
|
||||
|
||||
Reference in New Issue
Block a user