From 428b3e717b9164570887dde98e5ddd233f8dbd87 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Wed, 24 Dec 2025 14:53:16 +0100 Subject: [PATCH] Hleix --- cli/dot-config/helix/config.toml | 6 ++++++ home/dot-bashrc | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/cli/dot-config/helix/config.toml b/cli/dot-config/helix/config.toml index 5535c79..c17ee17 100644 --- a/cli/dot-config/helix/config.toml +++ b/cli/dot-config/helix/config.toml @@ -1,2 +1,8 @@ # Test theme = "jonas" + +[editor.file-picker] +hidden = false + +[keys.normal.space] +"H" = ":reset-diff-change" # Hard reset the hunk diff --git a/home/dot-bashrc b/home/dot-bashrc index 617382c..bdd795c 100644 --- a/home/dot-bashrc +++ b/home/dot-bashrc @@ -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