added foot configuration

This commit is contained in:
cnst
2024-07-05 20:24:35 +02:00
parent 8c5bbf2a27
commit 58ffd4f9c9
3 changed files with 30 additions and 49 deletions

View File

@@ -15,8 +15,8 @@
name = "Gruvbox-Plus-Dark";
};
font = {
name = "Monoid Nerd Font Retina Regular";
size = 9;
name = "Input Sans Narrow Light";
size = 10;
};
};
}

View File

@@ -41,8 +41,8 @@
ZSH_THEME_RUBY_PROMPT_PREFIX="%F{167}"
ZSH_THEME_RUBY_PROMPT_SUFFIX="%f"
PROMPT='%F{143}%c%f $(git_prompt_info)$(virtualenv_prompt_info)
%F{143} '
PROMPT='%F{143}%~%f $(git_prompt_info)$(virtualenv_prompt_info)
%F{143}$ '
RPROMPT='$(ruby_prompt_info)'