summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bashrc4
-rw-r--r--.config/alacritty/alacritty.yml8
2 files changed, 5 insertions, 7 deletions
diff --git a/.bashrc b/.bashrc
index 7449bdd..10d6264 100644
--- a/.bashrc
+++ b/.bashrc
@@ -21,7 +21,9 @@ alias wget='wget --hsts-file="$XDG_CACHE_HOME/wget-hsts"'
alias sqlite3='sqlite3 -init "$XDG_CONFIG_HOME"/sqlite3/sqliterc'
# Bash config
-bind "set completion-ignore-case on"
+if [[ "$(set -o | grep 'emacs\|\bvi\b' | cut -f2 | tr '\n' ':')" != 'off:off:' ]]; then
+ bind "set completion-ignore-case on"
+fi
# Functions
cdf() {
diff --git a/.config/alacritty/alacritty.yml b/.config/alacritty/alacritty.yml
index 4ef9fd9..236a41b 100644
--- a/.config/alacritty/alacritty.yml
+++ b/.config/alacritty/alacritty.yml
@@ -1,15 +1,11 @@
-env:
- TERM: xterm-256color
-
font:
- size: 8
+ size: 10
window:
padding:
x: 7
y: 7
-
-background_opacity: 0.95
+ opacity: 0.95
# Color Scheme - Monokai
colors: