From 3421a7a82a9199e8dc24c7876eec7311246ae716 Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Thu, 22 Jun 2023 23:48:10 -0400 Subject: [PATCH] lutris try --- homeConfig/modules/bash/config/bashrc.nix | 3 +++ homeConfig/modules/fun/default.nix | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/homeConfig/modules/bash/config/bashrc.nix b/homeConfig/modules/bash/config/bashrc.nix index dd1c5cf..343aa49 100644 --- a/homeConfig/modules/bash/config/bashrc.nix +++ b/homeConfig/modules/bash/config/bashrc.nix @@ -32,4 +32,7 @@ function cdg() { source ~/Documents/projects/ldv/ldv.sh set -o vi + +bind 'set completion-ignore-case on' +bind 'set completion-map-case on' '' diff --git a/homeConfig/modules/fun/default.nix b/homeConfig/modules/fun/default.nix index 660fc84..afd1711 100644 --- a/homeConfig/modules/fun/default.nix +++ b/homeConfig/modules/fun/default.nix @@ -18,7 +18,6 @@ in home.packages = with pkgs; [ spotify webcord showmethekey - wineWowPackages.waylandFull lutris ]; }; }