diff options
author | Matthew Lemon <y@yulqen.org> | 2024-10-04 14:24:22 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-10-04 14:24:22 +0100 |
commit | 7c7ee2698815fcc337aa3a0079c384c002271ebb (patch) | |
tree | 1935a742d547aaea65d4b1242e978a0ebac35808 /fish2024/config.fish | |
parent | d0a4e44bf71265784599a6abf0e23f6d9258b110 (diff) |
Adds colour back to fish shell
Diffstat (limited to 'fish2024/config.fish')
-rw-r--r-- | fish2024/config.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish2024/config.fish b/fish2024/config.fish index 1a4c598..8af7c59 100644 --- a/fish2024/config.fish +++ b/fish2024/config.fish @@ -15,7 +15,7 @@ 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 +#fish_config theme choose None setxkbmap -option ctrl:nocaps setxkbmap -layout gb |