2023-10-08 22:26:07 -05:00
|
|
|
# Stuff to go in the init script for every shell (.bashrc, .zshrc, .config/fish/config.fish, etc.)
|
|
|
|
#alias docker="podman"
|
2023-10-12 09:59:07 -05:00
|
|
|
#alias docker="sudo docker"
|
|
|
|
alias adb="sudo adb" # Needed on Fedora, not on Debian, IDK about other distros
|
|
|
|
|
2023-10-08 22:26:07 -05:00
|
|
|
alias ls="ls --color=auto -CF"
|
|
|
|
alias ll="ls -l"
|
|
|
|
alias la="ls -a"
|
2023-10-10 12:53:31 -05:00
|
|
|
gpgconf --launch gpg-agent
|
2023-10-10 19:02:26 -05:00
|
|
|
gpg-connect-agent updatestartuptty /bye
|