dotfiles/universal-shellrc.txt

11 lines
363 B
Plaintext
Raw Normal View History

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"
#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"
gpgconf --launch gpg-agent
gpg-connect-agent updatestartuptty /bye