mirror of
https://gitlab.com/Zaney/zaneyos.git
synced 2025-06-25 22:41:54 +02:00
Added support for .bashrc-personal file
This commit is contained in:
parent
7d01507e08
commit
3865a0cd20
@ -9,6 +9,9 @@
|
|||||||
#if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then
|
#if [ -z "$DISPLAY" ] && [ "$XDG_VTNR" = 1 ]; then
|
||||||
# exec Hyprland
|
# exec Hyprland
|
||||||
#fi
|
#fi
|
||||||
|
if [ -z $HOME/.bashrc-personal ]; then
|
||||||
|
source $HOME/.bashrc-personal
|
||||||
|
fi
|
||||||
'';
|
'';
|
||||||
initExtra = ''
|
initExtra = ''
|
||||||
neofetch
|
neofetch
|
||||||
|
Loading…
x
Reference in New Issue
Block a user