Add .bashrc

This commit is contained in:
azpsen 2024-01-25 14:51:37 -06:00
parent 399b138520
commit 9defcc0d6e

32
.bashrc Normal file
View File

@ -0,0 +1,32 @@
# --------- #
# ~/.bashrc #
# --------- #
# if not running interactively, don't do anything
[[ $- != *i* ]] && return
# ------- #
# aliases #
# ------- #
alias ls='ls --color=auto'
alias grep='grep --color=auto'
alias ncmpcpp='ncmpcpp -b ~/.config/ncmpcpp/bindings'
# --- #
# env #
# --- #
export VISUAL=nvim
export EDITOR="$VISUAL"
# ------- #
# startup #
# ------- #
# display system info on startup
pfetch
# initialize starship prompt
eval "$(starship init bash)"