diff options
author | awy <awy@tutamail.com> | 2024-07-31 19:40:53 +0300 |
---|---|---|
committer | awy <awy@tutamail.com> | 2024-07-31 19:40:53 +0300 |
commit | dd881d4430cd6a57e0a6e32840db815058774ea2 (patch) | |
tree | 8d0b0cbfd6f6656930f4e467c63d3842d68a02fa | |
parent | 0518efb332f5c9cf558cdd4619eab329f77b22b1 (diff) |
gruvbox fish
-rw-r--r-- | .config/fish/config.fish | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/fish/config.fish b/.config/fish/config.fish index b29df19..78d7a68 100644 --- a/.config/fish/config.fish +++ b/.config/fish/config.fish @@ -1,3 +1,6 @@ +function fish_prompt + echo -n (set_color brred)"["(set_color bryellow)"$USER"(set_color brgreen)"@"(set_color brblue)(prompt_hostname)(set_color brpurple)" "(prompt_pwd)(set_color brred)"]"(set_color normal)'$'" " +end if status is-interactive # Commands to run in interactive sessions can go here [ "$(tty)" = "/dev/tty1" ] && ! pidof -s Hyprland >/dev/null 2>&1 && exec "/home/awy/.config/hypr/start.sh" |