Changed deprecated features in alacritty, added enablebluetooth alias
This commit is contained in:
parent
9d9ebf8355
commit
9672b38a81
@ -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]
|
||||
|
@ -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=""
|
||||
|
Loading…
x
Reference in New Issue
Block a user