From 4dd1f16660357a4b2ac0b9b59851290df1ceab9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Tue, 3 Sep 2024 09:41:00 +0200 Subject: [PATCH] update `s` alias tu support xterm-256color --- astronvim/community.lua | 4 ++-- fish/conf.d/aliases.fish | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/astronvim/community.lua b/astronvim/community.lua index 694f503..8a73a24 100644 --- a/astronvim/community.lua +++ b/astronvim/community.lua @@ -17,9 +17,9 @@ return { --{ import = "astrocommunity.pack.ansible" }, { import = "astrocommunity.pack.bash" }, { import = "astrocommunity.pack.docker" }, - { import = "astrocommunity.pack.go" }, + --{ import = "astrocommunity.pack.go" }, --{ import = "astrocommunity.pack.html-css" }, - --{ import = "astrocommunity.pack.json" }, + { import = "astrocommunity.pack.json" }, { import = "astrocommunity.pack.lua" }, { import = "astrocommunity.pack.markdown" }, { import = "astrocommunity.pack.python-ruff" }, diff --git a/fish/conf.d/aliases.fish b/fish/conf.d/aliases.fish index 7dc42f7..bf09d9d 100644 --- a/fish/conf.d/aliases.fish +++ b/fish/conf.d/aliases.fish @@ -14,4 +14,4 @@ alias future-commit 'git commit --date (echo (date -d +7hours))' alias scp 'rsync -avz' alias rs 'rsync' alias vihosts 'sudo vim /etc/hosts' -alias s 'TERM=xterm ssh' +alias s 'TERM=xterm-256color ssh'