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
|
live_config_reload = true
|
||||||
|
|
||||||
[bell]
|
[bell]
|
||||||
@ -111,7 +112,7 @@ hide_when_typing = true
|
|||||||
[scrolling]
|
[scrolling]
|
||||||
history = 1000
|
history = 1000
|
||||||
|
|
||||||
[shell]
|
[terminal.shell]
|
||||||
program = "/bin/zsh"
|
program = "/bin/zsh"
|
||||||
|
|
||||||
[window]
|
[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 live-server='live-server --port=1111 --host=127.0.0.1 --no-css-inject'
|
||||||
alias pac='doas pacman'
|
alias pac='doas pacman'
|
||||||
alias minecraft-launcher='minecraft-launcher --workDir /home/johannes/.local/share/minecraft'
|
alias minecraft-launcher='minecraft-launcher --workDir /home/johannes/.local/share/minecraft'
|
||||||
|
alias enablebluetooth='doas modprobe btusb'
|
||||||
# Typos
|
# Typos
|
||||||
alias al="ls -lAh --color=auto"
|
alias al="ls -lAh --color=auto"
|
||||||
alias s=""
|
alias s=""
|
||||||
|
Loading…
x
Reference in New Issue
Block a user