Configuration files

Update alacritty.yml to fix deprecation warnings

karei 94f86fdc 52d09c7f

Changed files
+6 -5
+5 -1
.alacritty.yml
··· 172 172 # 173 173 # Window opacity as a floating point number from `0.0` to `1.0`. 174 174 # The value `0.0` is completely transparent and `1.0` is opaque. 175 - background_opacity: 0.95 175 + # background_opacity: 0.95 176 176 # background_opacity: 0.80 177 + 178 + 179 + window: 180 + opacity: 0.95 177 181 178 182 #selection: 179 183 #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
+1 -4
.zshrc
··· 2 2 # export PATH=$HOME/bin:/usr/local/bin:$PATH 3 3 4 4 # Path to your oh-my-zsh installation. 5 - export ZSH="/home/mxr/.oh-my-zsh" 5 + export ZSH="/Users/eetuk/.oh-my-zsh" 6 6 export PATH=~/.cargo/bin/:$PATH 7 7 export PATH=~/.zig/:$PATH 8 8 9 9 10 10 11 - autoload bashcompinit 12 - bashcompinit 13 - source /usr/share/bash-completion/completions/nala 14 11 15 12 # Set name of the theme to load --- if set to "random", it will 16 13 # load a random theme each time oh-my-zsh is loaded, in which case,