added bashrc
This commit is contained in:
parent
93d6203c59
commit
93a9c27596
1 changed files with 18 additions and 0 deletions
18
bashrc
Normal file
18
bashrc
Normal file
|
@ -0,0 +1,18 @@
|
||||||
|
# __ Valerie's __
|
||||||
|
# / /_ ____ ______/ /_ __________
|
||||||
|
# / __ \/ __ `/ ___/ __ \/ ___/ ___/
|
||||||
|
# _ / /_/ / /_/ (__ ) / / / / / /__
|
||||||
|
# (_)_.___/\__,_/____/_/ /_/_/ \___/
|
||||||
|
# ~/.bashrc
|
||||||
|
|
||||||
|
# If not running interactively, don't do anything
|
||||||
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
|
alias ls='ls --color=auto'
|
||||||
|
|
||||||
|
export EDITOR=vim
|
||||||
|
|
||||||
|
eval "$(starship init bash)"
|
||||||
|
eval "$(thefuck --alias)"
|
||||||
|
|
||||||
|
source /usr/lib/goto/goto.sh
|
Loading…
Reference in a new issue