Add .bashrc

This commit is contained in:
2021-09-18 21:37:48 +03:00
parent cfb86dfa82
commit 870ae05b99
2 changed files with 15 additions and 0 deletions

13
.bashrc Normal file
View File

@@ -0,0 +1,13 @@
# If not running interactively, don't do anything
[[ $- != *i* ]] && return
alias ls='ls --color=auto'
alias lah='ls -lah'
alias la='ls -a'
alias count-commits='echo $(git log --oneline | wc -l) commits'
export TERM=alacritty
export EDITOR=vim
export VISUAL=vim