fix(rg): ignore git

This commit is contained in:
Barrett Ruth 2026-02-21 14:59:14 -05:00
parent 02646401fd
commit 74e9773fb1
Signed by: barrett
GPG key ID: A6C96C9349D2FC81
3 changed files with 11 additions and 3 deletions

View file

@ -98,6 +98,11 @@ in
export INPUTRC="$HOME/.config/nix/config/bash/inputrc"
export THEME="midnight"
'';
loginShellInit = ''
if [ -z "$WAYLAND_DISPLAY" ] && [ "$XDG_VTNR" -eq 1 ]; then
exec start-hyprland
fi
'';
interactiveShellInit = ''
[ -f "$HOME/.config/nix/config/bash/bashrc" ] && . "$HOME/.config/nix/config/bash/bashrc"
'';