Move envs to .bash_profile
This commit is contained in:
9
.bashrc
9
.bashrc
@@ -1,7 +1,6 @@
|
|||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
|
|
||||||
|
|
||||||
# _ _ ___ _ ____ _____ ____
|
# _ _ ___ _ ____ _____ ____
|
||||||
# / \ | | |_ _| / \ / ___|| ____/ ___|
|
# / \ | | |_ _| / \ / ___|| ____/ ___|
|
||||||
# / _ \ | | | | / _ \ \___ \| _| \___ \
|
# / _ \ | | | | / _ \ \___ \| _| \___ \
|
||||||
@@ -15,6 +14,7 @@ alias ls='ls --color=auto'
|
|||||||
alias lah='ls -lah'
|
alias lah='ls -lah'
|
||||||
alias la='ls -a'
|
alias la='ls -a'
|
||||||
|
|
||||||
|
|
||||||
alias ed='$EDITOR'
|
alias ed='$EDITOR'
|
||||||
alias count='wc -l'
|
alias count='wc -l'
|
||||||
|
|
||||||
@@ -37,17 +37,10 @@ alias gd='git diff'
|
|||||||
# |_____|_| \_| \_/ |___|_| \_\\___/|_| \_|_| |_|_____|_| \_| |_|
|
# |_____|_| \_| \_/ |___|_| \_\\___/|_| \_|_| |_|_____|_| \_| |_|
|
||||||
#
|
#
|
||||||
|
|
||||||
export PATH="$PATH:$HOME/dotfiles/bin"
|
|
||||||
|
|
||||||
export TERM=alacritty
|
export TERM=alacritty
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
export VISUAL=nvim
|
export VISUAL=nvim
|
||||||
|
|
||||||
# Go ENVs
|
|
||||||
export GO111MODULE=auto
|
|
||||||
export GOBIN="$HOME/go/bin"
|
|
||||||
export PATH="$PATH:$GOBIN"
|
|
||||||
|
|
||||||
# Find arch package by binary
|
# Find arch package by binary
|
||||||
source /usr/share/doc/pkgfile/command-not-found.bash
|
source /usr/share/doc/pkgfile/command-not-found.bash
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user