Don't forget to use trash-cli. And a couple other things.
This commit is contained in:
parent
19b69b85dc
commit
2416e90999
3 changed files with 11 additions and 2 deletions
|
@ -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
1
.zsh/no_rm.zsh
Normal file
|
@ -0,0 +1 @@
|
|||
alias rm='echo "Use trash, silly :)"; false'
|
4
.zshrc
4
.zshrc
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue