Update: Changed date fromat in screenshot script, removed .Xresources, added more shortcuts in i3.

This commit is contained in:
Keyitdev
2025-08-11 13:10:20 +02:00
parent 1c0f9b4b1a
commit 9af332b41c
5 changed files with 43 additions and 30 deletions
+2
View File
@@ -83,6 +83,7 @@ alias c="clear" # I know about ctrl l etc.
alias g="git"
alias py="python3"
alias nv="nvim"
alias ff="fastfetch"
alias h="history|grep"
alias help="cat ~/.zshrc | less"
@@ -94,3 +95,4 @@ alias logout="killall -KILL -u $USER"
alias nemo.="nemo ."
alias files.="files ."
alias code.="code ."
alias kilall="killall"