various
This commit is contained in:
@@ -69,7 +69,7 @@ def stow(pkg: str):
|
||||
|
||||
|
||||
def switch(session: str):
|
||||
subprocess.run(["~/.local/scripts/config-switch", session], check=True)
|
||||
subprocess.run([str(Path("~/.local/scripts/config-switch").expanduser()), session], check=True)
|
||||
|
||||
|
||||
def main():
|
||||
|
||||
Reference in New Issue
Block a user