diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-29 20:49:46 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-29 20:49:46 +0100 |
commit | bcca5d1e2cead75878ca1716764c65e5da8ce90e (patch) | |
tree | b2d63236805053abb9f2193bc4408335f3b450d6 | |
parent | 6356e14ad3ee48b097d90fee1ad9c6bd08d1044f (diff) |
Remove theme colours from fish shell
-rw-r--r-- | fish2024/config.fish | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fish2024/config.fish b/fish2024/config.fish index 7febfa6..1a4c598 100644 --- a/fish2024/config.fish +++ b/fish2024/config.fish @@ -15,6 +15,8 @@ if not set -Ux SSH_AUTH_SOCK && not set -Ux SSH_AGENT_PID set -Ux SSH_AGENT_PID $SSH_AGENT_PID end +fish_config theme choose None + setxkbmap -option ctrl:nocaps setxkbmap -layout gb xset r rate 300 30 |