Add module: cd

This commit is contained in:
Fierelier 2023-11-18 17:44:04 +01:00
parent 286627a9de
commit 496ce54733
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,4 @@
cd
debian_keyboard
screensetup
wallpaper

2
user/modules.d/cd/source Executable file
View File

@ -0,0 +1,2 @@
#!/usr/bin/env bash
cd "$HOME"