Added all dotfiles
This commit is contained in:
21
bash/.bashrc
Normal file
21
bash/.bashrc
Normal file
@@ -0,0 +1,21 @@
|
||||
# .bashrc
|
||||
|
||||
# Source global definitions
|
||||
if [ -f /etc/bashrc ]; then
|
||||
. /etc/bashrc
|
||||
fi
|
||||
|
||||
# Uncomment the following line if you don't like systemctl's auto-paging feature:
|
||||
# export SYSTEMD_PAGER=
|
||||
|
||||
# User specific aliases and functions
|
||||
alias l.='ls -lh --color=auto' 2>/dev/null
|
||||
alias l='ls -lh'
|
||||
alias ll='ls -lh'
|
||||
set -o vi
|
||||
|
||||
#golang stuff
|
||||
export GOPATH=$HOME/gopath
|
||||
export PATH=$GOPATH:$GOPATH/bin:$PATH
|
||||
|
||||
export EDITOR=/usr/bin/vim
|
||||
Reference in New Issue
Block a user