10 lines
363 B
Text
10 lines
363 B
Text
# 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
|