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