Update alacritty config

This commit is contained in:
Felix Suchert 2021-05-08 21:22:52 +02:00
parent c311b06b60
commit 82498258b6
Signed by: feliix42
GPG key ID: 24363525EA0E8A99
2 changed files with 4 additions and 4 deletions

View file

@ -98,7 +98,7 @@ font:
# - (macOS) Menlo
# - (Linux) monospace
# - (Windows) Consolas
family: "Fira Code"
family: "Hack Nerd Font"
# The `style` can be specified to pick a specific face.
#style: Regular
@ -270,7 +270,7 @@ colors:
# - Linear
#
# Specifying a `duration` of `0` will disable the visual bell.
visual_bell:
bell:
animation: EaseOutExpo
duration: 0
color: '0xffffff'
@ -288,7 +288,7 @@ selection:
save_to_clipboard: false
# Allow terminal applications to change Alacritty's window title.
dynamic_title: true
window.dynamic_title: true
cursor:
# Cursor style

View file

@ -29,7 +29,7 @@ alias code="codium"
alias fsrpass="env PASSWORD_STORE_DIR=/Users/felix/fsr/passwords pass"
## some aliases taken from old zshrc
alias full-update="brew update; brew upgrade; brew cask upgrade; brew cleanup; apm update --confirm false; rustup self update; rustup update"
alias full-update="brew update; brew upgrade; brew cleanup; apm update --confirm false; rustup self update; rustup update"
alias l="lsd -la"
alias calculator="python3 -i -c 'from math import *'"
alias music="screen -dR music cmus"