dots

Mika's dotfiles
git clone git://popovic.xyz/dots.git/
Log | Files | Refs | README

commit 78d38e7064314a70a5927983189180f8e4780a91
parent 29e4fabe64d5332b8a5f423b53b89e45f65e73ac
Author: Milutin Popovic <milutin@popovic.xyz>
Date:   Sun,  4 Jan 2026 15:54:47 +0000

suod slock|

Diffstat:
M.config/shell/aliases | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/.config/shell/aliases b/.config/shell/aliases @@ -9,6 +9,7 @@ alias shutdown="sudo shutdown -h now" alias reboot="sudo reboot" alias vim="nvim" alias fcd="cd \"./\$(find -type d | fzf)\"" +alias slock="sudo slock" alias mbsync="mbsync -c $XDG_CONFIG_HOME/isync/mbsyncrc" alias tmux="tmux -f $XDG_CONFIG_HOME/tmux/tmux.conf"