aboutsummaryrefslogtreecommitdiffstats
path: root/fish2024
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-10-04 14:24:22 +0100
committerMatthew Lemon <y@yulqen.org>2024-10-04 14:24:22 +0100
commit7c7ee2698815fcc337aa3a0079c384c002271ebb (patch)
tree1935a742d547aaea65d4b1242e978a0ebac35808 /fish2024
parentd0a4e44bf71265784599a6abf0e23f6d9258b110 (diff)
Adds colour back to fish shell
Diffstat (limited to '')
-rw-r--r--fish2024/config.fish2
-rw-r--r--fish2024/functions/ls.fish3
2 files changed, 1 insertions, 4 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
diff --git a/fish2024/functions/ls.fish b/fish2024/functions/ls.fish
deleted file mode 100644
index f37ff68..0000000
--- a/fish2024/functions/ls.fish
+++ /dev/null
@@ -1,3 +0,0 @@
-function ls
-command ls $argv
-end