This commit is contained in:
2025-12-24 14:53:16 +01:00
parent 7ecdc10d2f
commit 428b3e717b
2 changed files with 7 additions and 1 deletions

View File

@@ -1,2 +1,8 @@
# Test
theme = "jonas"
[editor.file-picker]
hidden = false
[keys.normal.space]
"H" = ":reset-diff-change" # Hard reset the hunk

View File

@@ -1,7 +1,7 @@
source $HOME/.common_shell
if [ -f /etc/NIXOS ]; then
eval "$(starship init bash)"
eval "$(starship init bash)"
else
PS1='\u@\h:\w\$ '
fi