1
1
Fork 0

starship: move shell module

Signed-off-by: Myned <dev@bjork.tech>
This commit is contained in:
Myned 2024-12-30 10:09:17 -06:00
parent d9bade7500
commit 20443ed5fc
Signed by: Myned
GPG key ID: C7224454F7881A34

View file

@ -43,7 +43,6 @@ in {
format = concatStrings [
# Top left
"$shell"
"$all"
"$fill"
@ -56,6 +55,7 @@ in {
# Bottom left
"$jobs"
"$shell"
"$character"
];