diff options
| author | Marc Vertes <mvertes@free.fr> | 2024-10-14 21:52:55 +0200 |
|---|---|---|
| committer | Marc Vertes <mvertes@free.fr> | 2024-10-14 21:52:55 +0200 |
| commit | 6888b3af51443d381d96c094ca62e37c232efc43 (patch) | |
| tree | 5db82738a60932093a870514b89060035664814a | |
| parent | d8582fc7444451f503432735c35cc0a002311ebb (diff) | |
update
| -rw-r--r-- | .bashrc | 1 | ||||
| -rw-r--r-- | .config/foot/foot.ini | 18 |
2 files changed, 19 insertions, 0 deletions
@@ -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 |
