Changed deprecated features in alacritty, added enablebluetooth alias

This commit is contained in:
Johannes Olzem 2024-10-26 12:23:13 +02:00
parent 9d9ebf8355
commit 9672b38a81
Signed by: jolzem
GPG Key ID: DB5485828E95A447
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,4 @@
[general]
live_config_reload = true
[bell]
@ -111,7 +112,7 @@ hide_when_typing = true
[scrolling]
history = 1000
[shell]
[terminal.shell]
program = "/bin/zsh"
[window]

View File

@ -10,6 +10,7 @@ alias cn='clear && neofetch'
alias live-server='live-server --port=1111 --host=127.0.0.1 --no-css-inject'
alias pac='doas pacman'
alias minecraft-launcher='minecraft-launcher --workDir /home/johannes/.local/share/minecraft'
alias enablebluetooth='doas modprobe btusb'
# Typos
alias al="ls -lAh --color=auto"
alias s=""