added kitty and herbstluftwm configs.

This commit is contained in:
pim-wtf
2022-04-24 07:26:28 +02:00
parent 05a7404466
commit a7dfd262af
8 changed files with 506 additions and 348 deletions

View File

@ -9,7 +9,7 @@
# Terminal prompt in minimalist format.
PS1="%F{green}%~%f %F{white}»%f "
PS1="%F{cyan}%~%f %F{white}»%f "
# History settings.
HISTFILE=~/.cache/zsh/histfile
@ -39,6 +39,8 @@ bindkey -v '^?' backward-delete-char
# Aliases.
alias ls='ls --color=auto'
alias ll='ls -l --color=auto'
alias vim='nvim'
alias top='htop'
# Power aliases.
alias shutdown='sudo shutdown -h now'