aboutsummaryrefslogtreecommitdiff
path: root/.config/fish/config.fish
blob: 78d7a6815043bfb4d27622a2a83821aeeb710aaf (plain)
1
2
3
4
5
6
7
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"
end