Update aliases and sway config (cliphist)

This commit is contained in:
KK
2026-06-08 23:27:30 +02:00
parent 50d768e3a1
commit af678e177a
2 changed files with 8 additions and 1 deletions

3
.config/bash_aliases Normal file
View File

@@ -0,0 +1,3 @@
alias ls='ls -lahtr'
alias vi='vim'
alias dotfiles='/usr/bin/git --git-dir=$HOME/.dotfilesrepo/ --work-tree=$HOME'