This commit is contained in:
nikos 2025-05-15 13:43:12 +03:00
parent e857879fe8
commit a108fd34da

View file

@ -4,6 +4,7 @@ alias lsd="lsd --group-directories-first"
alias newkey="gpg-connect-agent \"scd serialno\" \"learn --force\" /bye"
alias usepodman="set -x -g DOCKER_HOST unix://(podman info --format '{{.Host.RemoteSocket.Path}}')"
alias hm="home-manager switch --flake $HOME/.dotfiles"
alias ssh="TERM=xterm-256color command ssh"
abbr gs git status
abbr gc git commit
abbr gap git add -p