From 3e4056cd3a4b55890b77d669eff58aed32ea67a4 Mon Sep 17 00:00:00 2001 From: Ceres Date: Fri, 24 Oct 2025 01:22:50 +0100 Subject: [PATCH] Set editor to helix in config.fish --- fish/config.fish | 12 +++++++----- iamb/config.toml | 2 -- 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 iamb/config.toml diff --git a/fish/config.fish b/fish/config.fish index 90e2697..cd31b22 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -3,14 +3,14 @@ if status is-interactive starship init fish | source # Direnv + Zoxide - command -v direnv &> /dev/null && direnv hook fish | source - command -v zoxide &> /dev/null && zoxide init fish --cmd cd | source + command -v direnv &>/dev/null && direnv hook fish | source + command -v zoxide &>/dev/null && zoxide init fish --cmd cd | source # Better ls alias ls='eza --icons --group-directories-first -1' # Abbrs - abbr lg 'lazygit' + abbr lg lazygit abbr gd 'git diff' abbr ga 'git add .' abbr gc 'git commit -am' @@ -27,16 +27,18 @@ if status is-interactive abbr gco 'git checkout' abbr gsh 'git show' - abbr l 'ls' + abbr l ls abbr ll 'ls -l' abbr la 'ls -a' abbr lla 'ls -la' # Custom colours - cat ~/.local/state/caelestia/sequences.txt 2> /dev/null + cat ~/.local/state/caelestia/sequences.txt 2>/dev/null # For jumping between prompts in foot terminal function mark_prompt_start --on-event fish_prompt echo -en "\e]133;A\e\\" end end + +set -gx EDITOR /usr/bin/hx diff --git a/iamb/config.toml b/iamb/config.toml deleted file mode 100644 index 4d12112..0000000 --- a/iamb/config.toml +++ /dev/null @@ -1,2 +0,0 @@ -[profiles."linuxposting.xyz"] -user_id = "catppuccin-mocha-official:linuzposting.xyz"