Emacs things.
This commit is contained in:
parent
c11376bc26
commit
f9592f2f94
3 changed files with 7 additions and 3 deletions
4
x
4
x
|
|
@ -4,8 +4,8 @@ function switch() {
|
|||
home-manager switch --flake .#$1
|
||||
}
|
||||
|
||||
if [[ -n $1 ]]; then
|
||||
if [[ -n $1 ]]; then
|
||||
switch $1
|
||||
else
|
||||
switch default
|
||||
switch default
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue