tangled
alpha
login
or
join now
nel.pet
/
cyclamen
4
fork
atom
NixOS and Home Manager config
4
fork
atom
overview
issues
pulls
pipelines
feat: bash: remove update function in .profile
nel.pet
8 months ago
d034ca2a
9f0479f5
verified
This commit was signed with the committer's
known signature
.
nel.pet
SSH Key Fingerprint:
SHA256:Zd+mWw4EweOfjYKNMYyVtMSN7oj+SBabmubG4RThVEI=
-7
1 changed file
expand all
collapse all
unified
split
modules
home
bash.nix
-7
modules/home/bash.nix
···
9
9
. /etc/bashrc
10
10
fi
11
11
'';
12
12
-
profileExtra = ''
13
13
-
# Update helper
14
14
-
update() {
15
15
-
sudo dnf update --refresh
16
16
-
flatpak update
17
17
-
}
18
18
-
'';
19
12
};
20
13
}