From beb2763b57b01a4a7579bd4676952ca4b045d9dd Mon Sep 17 00:00:00 2001 From: Daniil Tsivinsky Date: Fri, 15 Oct 2021 11:11:37 +0300 Subject: [PATCH] Move envs to .bash_profile --- .bashrc | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.bashrc b/.bashrc index 0914909..3292427 100644 --- a/.bashrc +++ b/.bashrc @@ -1,7 +1,6 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return - # _ _ ___ _ ____ _____ ____ # / \ | | |_ _| / \ / ___|| ____/ ___| # / _ \ | | | | / _ \ \___ \| _| \___ \ @@ -15,6 +14,7 @@ alias ls='ls --color=auto' alias lah='ls -lah' alias la='ls -a' + alias ed='$EDITOR' alias count='wc -l' @@ -37,17 +37,10 @@ alias gd='git diff' # |_____|_| \_| \_/ |___|_| \_\\___/|_| \_|_| |_|_____|_| \_| |_| # -export PATH="$PATH:$HOME/dotfiles/bin" - export TERM=alacritty export EDITOR=nvim export VISUAL=nvim -# Go ENVs -export GO111MODULE=auto -export GOBIN="$HOME/go/bin" -export PATH="$PATH:$GOBIN" - # Find arch package by binary source /usr/share/doc/pkgfile/command-not-found.bash