Don't forget to use trash-cli. And a couple other things.

This commit is contained in:
Gnarwhal 2024-08-04 06:47:08 +00:00
parent 19b69b85dc
commit 2416e90999
Signed by: Gnarwhal
GPG key ID: 0989A73D8C421174
3 changed files with 11 additions and 2 deletions

View file

@ -6,6 +6,14 @@ indent = { tab-width = 4, unit = "\t" }
name = "cpp"
indent = { tab-width = 4, unit = "\t" }
[[language]]
name = "css"
indent = { tab-width = 4, unit = "\t" }
[[language]]
name = "html"
indent = { tab-width = 4, unit = "\t" }
[[language]]
name = "java"
indent = { tab-width = 4, unit = "\t" }

1
.zsh/no_rm.zsh Normal file
View file

@ -0,0 +1 @@
alias rm='echo "Use trash, silly :)"; false'

4
.zshrc
View file

@ -36,8 +36,8 @@ zstyle ':completion:*' matcher-list '' 'm:{a-zA-Z}={A-Za-z}' 'r:|[._-]=* r:|=*'
export EDITOR=hx
if [ -f $HOME/.zsh/flatpak_steam.zsh ]; then
source $HOME/.zsh/flatpak_steam.zsh
if [ -f $HOME/.zsh/no_rm.zsh ]; then
source $HOME/.zsh/no_rm.zsh
fi
plugins=(git)