fix(rg): ignore git
This commit is contained in:
parent
02646401fd
commit
74e9773fb1
3 changed files with 11 additions and 3 deletions
|
|
@ -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"
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue