2022-12-22 04:07:12 -05:00
|
|
|
#
|
|
|
|
# ~/.bashrc
|
|
|
|
#
|
|
|
|
|
|
|
|
# If not running interactively, don't do anything
|
|
|
|
[[ $- != *i* ]] && return
|
|
|
|
|
|
|
|
alias ls='ls --color=auto'
|
|
|
|
PS1='[\u@\h \W]\$ '
|
|
|
|
|
2022-12-30 02:53:13 -05:00
|
|
|
export GPG_TTY=$(tty)
|
2023-01-10 16:25:06 -05:00
|
|
|
export EDITOR=nvim
|
2022-12-28 14:56:33 -05:00
|
|
|
|
2022-12-22 04:07:12 -05:00
|
|
|
alias nv=nvim
|
|
|
|
alias r="urxvt -name Ranger -e ranger & disown"
|
|
|
|
alias kssh="/usr/bin/kitty +kitten ssh"
|
2023-03-29 22:21:02 -04:00
|
|
|
alias wget=wget --hsts-file="$XDG_STATE_HOME/wget-hsts"
|
2022-12-22 04:07:12 -05:00
|
|
|
|
|
|
|
neofetch
|
|
|
|
|
|
|
|
[ -f /opt/miniconda3/etc/profile.d/conda.sh ] && source /opt/miniconda3/etc/profile.d/conda.sh
|