From bb43bc0819b94bdad63e0b5b6e1ca01354fc7243 Mon Sep 17 00:00:00 2001 From: Jonas Hahn Date: Wed, 24 Dec 2025 11:28:55 +0000 Subject: [PATCH] Fish variables and python toml --- cli/dot-config/fish/fish_variables | 3 +++ cli/dot-config/helix/snippets/python.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cli/dot-config/fish/fish_variables b/cli/dot-config/fish/fish_variables index ac3b6ad..97d34a7 100644 --- a/cli/dot-config/fish/fish_variables +++ b/cli/dot-config/fish/fish_variables @@ -1,5 +1,6 @@ # This file contains fish universal variable definitions. # VERSION: 3.0 +SETUVAR EDITOR:helix SETUVAR __fish_initialized:3800 SETUVAR fish_color_autosuggestion:brblack SETUVAR fish_color_cancel:\x2dr @@ -23,6 +24,7 @@ SETUVAR fish_color_selection:white\x1e\x2d\x2dbackground\x3dbrblack\x1e\x2d\x2db SETUVAR fish_color_status:red SETUVAR fish_color_user:brgreen SETUVAR fish_color_valid_path:\x2d\x2dunderline +SETUVAR fish_greeting:\U0001f41f SETUVAR fish_key_bindings:fish_default_key_bindings SETUVAR fish_pager_color_background:\x1d SETUVAR fish_pager_color_completion:normal @@ -37,3 +39,4 @@ SETUVAR fish_pager_color_selected_background:\x2dr SETUVAR fish_pager_color_selected_completion:\x1d SETUVAR fish_pager_color_selected_description:\x1d SETUVAR fish_pager_color_selected_prefix:\x1d +SETUVAR fish_user_paths:/home/jonas/\x2ecargo/bin\x1e/home/jonas/\x2elocal/bin diff --git a/cli/dot-config/helix/snippets/python.toml b/cli/dot-config/helix/snippets/python.toml index f3a17ed..93e2500 100644 --- a/cli/dot-config/helix/snippets/python.toml +++ b/cli/dot-config/helix/snippets/python.toml @@ -1,5 +1,5 @@ [[snippets]] -prefix = "ld" +prefix = "ldldldld" scope = [ "python" ] # language id https://code.visualstudio.com/docs/languages/identifiers#_known-language-identifiers -body = 'log.debug("$1")' +body = 'log.debug("$1", "$2")' description = "log at debug level"