diff options
Diffstat (limited to 'fish2024')
-rw-r--r-- | fish2024/config.fish | 2 | ||||
-rw-r--r-- | fish2024/functions/ls.fish | 3 |
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 |