diff --git a/dotfiles/.bashrc b/dotfiles/.bashrc index 7c39654..a658705 100644 --- a/dotfiles/.bashrc +++ b/dotfiles/.bashrc @@ -29,6 +29,10 @@ function ngc { bind '"\e[A": history-search-backward' bind '"\e[B": history-search-forward' +bind "set completion-ignore-case on" +bind "set completion-map-case on" +bind "set show-all-if-ambiguous on" + export HISTSIZE=10000 export HISTFILESIZE=10000 @@ -45,4 +49,4 @@ PS1='\[\033[0;33m\][\u@\h:\w]\$\[\033[0m\] ' RIPGREP_CONFIG_PATH=~/.ripgreprc # Disable ctrl+s -stty -ixon \ No newline at end of file +stty -ixon diff --git a/nixos/packages.nix b/nixos/packages.nix index ae5599d..a4f1a1b 100644 --- a/nixos/packages.nix +++ b/nixos/packages.nix @@ -24,6 +24,7 @@ in curl fzf jq + delta unzip silver-searcher ripgrep