chmod .fehbg if possible
This commit is contained in:
parent
9b666176da
commit
76872f7fef
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
||||
/music-normalize/venv/
|
@ -23,8 +23,11 @@ cd configs/arch-setup
|
||||
|
||||
### Config updates
|
||||
|
||||
## NixOS
|
||||
|
||||
- [nixos-config](./nixos-config)
|
||||
|
||||
## Other
|
||||
|
||||
- [easyffmpeg](./easyffmpeg)
|
||||
- [music-normalize](./music-normalize)
|
||||
- [nixos-config](./nixos-config)
|
||||
|
@ -290,7 +290,9 @@ elif [[ "$seltheme" == "space-pink" ]]; then
|
||||
fi
|
||||
|
||||
# make fehbg executable
|
||||
if [[ -f "$HOME/.fehbg" ]]; then
|
||||
chmod +x ~/.fehbg
|
||||
fi
|
||||
|
||||
####################
|
||||
##### Bash Cat #####
|
||||
|
Loading…
Reference in New Issue
Block a user