mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 02:28:37 +02:00
removed a variable that served nothing and gave an error in the tty
This commit is contained in:
@@ -147,14 +147,6 @@ home.sessionVariables = {
|
|||||||
EDITOR = "neovim";
|
EDITOR = "neovim";
|
||||||
# Git update function
|
# Git update function
|
||||||
# Prompts for commit message; defaults if empty
|
# Prompts for commit message; defaults if empty
|
||||||
GIT_UPDATE = ''
|
|
||||||
echo 'Enter commit message: '
|
|
||||||
read msg
|
|
||||||
if [ -z "$msg" ]; then
|
|
||||||
msg="Update NixOS configuration"
|
|
||||||
fi
|
|
||||||
git add . && git commit -m "$msg" && git push origin main
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user