From 6888b3af51443d381d96c094ca62e37c232efc43 Mon Sep 17 00:00:00 2001 From: Marc Vertes Date: Mon, 14 Oct 2024 21:52:55 +0200 Subject: update --- .bashrc | 1 + .config/foot/foot.ini | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/.bashrc b/.bashrc index 2ebb2e9..dc6c3be 100644 --- a/.bashrc +++ b/.bashrc @@ -39,6 +39,7 @@ alias gol='GO111MODULE=off go' alias gtr='go test -v -run' alias gtb='go test -v -cpuprofile cpu.out -memprofile mem.out -benchmem -bench' alias kd='sudo cat /sys/kernel/debug/tracing/trace_pipe' +alias ssh='TERM=xterm-256color ssh' alias sudo=doas alias rvi='sudo vim' diff --git a/.config/foot/foot.ini b/.config/foot/foot.ini index 7da346c..e560271 100644 --- a/.config/foot/foot.ini +++ b/.config/foot/foot.ini @@ -12,3 +12,21 @@ color=ffffff ff0000 [colors] background=ffffff foreground=000000 + +regular0=000000 +regular1=ff6565 +regular2=93b44f +regular3=eab93d +regular4=204a87 +regular5=ce5c00 +regular6=10c090 +regular7=cccccc + +bright0=555753 +bright1=ff8d8d +bright2=c8d7a8 +bright3=ffc123 +bright4=3465a4 +bright5=f57900 +bright6=46a4ff +bright7=ffffff -- cgit v1.2.3