Add .bashrc
This commit is contained in:
parent
399b138520
commit
9defcc0d6e
32
.bashrc
Normal file
32
.bashrc
Normal 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)"
|
Loading…
x
Reference in New Issue
Block a user