dotfiles/universal-shellrc.txt

14 lines
419 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
2023-11-20 00:48:36 -06:00
alias icat="kitten icat"
alias lock="i3lock -c 202f56"