dotfiles/universal-shellrc.txt
2023-10-10 12:53:31 -05:00

8 lines
241 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 ls="ls --color=auto -CF"
alias ll="ls -l"
alias la="ls -a"
gpgconf --launch gpg-agent