dotfiles/universal-shellrc.txt
2023-10-12 09:59:07 -05:00

11 lines
363 B
Plaintext

# Stuff to go in the init script for every shell (.bashrc, .zshrc, .config/fish/config.fish, etc.)
#alias docker="podman"
#alias docker="sudo docker"
alias adb="sudo adb" # Needed on Fedora, not on Debian, IDK about other distros
alias ls="ls --color=auto -CF"
alias ll="ls -l"
alias la="ls -a"
gpgconf --launch gpg-agent
gpg-connect-agent updatestartuptty /bye