From 5547e0da62ca90f5012598669d2ef0dfea31c264 Mon Sep 17 00:00:00 2001 From: Mica White Date: Sat, 21 Mar 2026 14:53:39 -0400 Subject: Remove a password --- .config/fish/fish_variables | 2 +- .config/helix/languages.toml | 4 ++++ .config/mpdscribble/mpdscribble.conf | 4 ---- 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 .config/mpdscribble/mpdscribble.conf (limited to '.config') diff --git a/.config/fish/fish_variables b/.config/fish/fish_variables index 91f5f42..f1e873d 100644 --- a/.config/fish/fish_variables +++ b/.config/fish/fish_variables @@ -11,4 +11,4 @@ SETUVAR _fisher_patrickf1_2F_fzf_2E_fish_files:\x7e/\x2econfig/fish/functions/_f SETUVAR _fisher_plugins:patrickf1/fzf\x2efish SETUVAR _fisher_upgraded_to_4_4:\x1d SETUVAR fish_greeting:\x1d -SETUVAR fish_user_paths:/home/botahamec/go/bin +SETUVAR fish_user_paths:/usr/lib/ccache/bin\x1e/home/botahamec/go/bin diff --git a/.config/helix/languages.toml b/.config/helix/languages.toml index d727f5f..6dd2040 100644 --- a/.config/helix/languages.toml +++ b/.config/helix/languages.toml @@ -12,3 +12,7 @@ indent = { tab-width=8, unit="\t" } [[language]] name = "markdown" soft-wrap = { enable = true } + +[[language]] +name = "typst" +soft-wrap = { enable = true, wrap-indicator="", max-indent-retain=0 } diff --git a/.config/mpdscribble/mpdscribble.conf b/.config/mpdscribble/mpdscribble.conf deleted file mode 100644 index e4e19f1..0000000 --- a/.config/mpdscribble/mpdscribble.conf +++ /dev/null @@ -1,4 +0,0 @@ -[last.fm] -url = "https://post.audioscrobbler.com" -username = "Botahamec" -password = "xP]@K]jTmpQ,3J!" -- cgit v1.2.3