I'm sorry.
This commit is contained in:
parent
594e40f661
commit
f8ef62623b
14
Arch/.bashrc
14
Arch/.bashrc
@ -4,11 +4,12 @@
|
|||||||
|
|
||||||
# If not running interactively, don't do anything
|
# If not running interactively, don't do anything
|
||||||
[[ $- != *i* ]] && return
|
[[ $- != *i* ]] && return
|
||||||
if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
|
#if command -v tmux &> /dev/null && [ -n "$PS1" ] && [[ ! "$TERM" =~ screen ]] && [[ ! "$TERM" =~ tmux ]] && [ -z "$TMUX" ]; then
|
||||||
exec tmux -2 attach-session || tmux -2 new-session
|
# exec tmux -2 attach-session || tmux -2 new-session
|
||||||
fi
|
#fi
|
||||||
alias ls='ls --color=auto'
|
alias ls='ls --color=auto'
|
||||||
PS1='[\u@\h \W]\$ '
|
PS1='[\u@\h \W]\$ '
|
||||||
|
export TERM=linux
|
||||||
alias sudo='sudo '
|
alias sudo='sudo '
|
||||||
alias ~='cd ~/'
|
alias ~='cd ~/'
|
||||||
alias nano='vim'
|
alias nano='vim'
|
||||||
@ -50,7 +51,7 @@ alias iotop='sudo iotop'
|
|||||||
alias artistradio='tizonia --spotify-related-artists'
|
alias artistradio='tizonia --spotify-related-artists'
|
||||||
alias wifilist='nmcli device wifi list'
|
alias wifilist='nmcli device wifi list'
|
||||||
alias cb='xclip -selection clipboard'
|
alias cb='xclip -selection clipboard'
|
||||||
export PATH=$PATH:~/scripts:/usr/local/go/bin
|
export PATH=$PATH:~/scripts:~/bin:/usr/local/go/bin
|
||||||
export npm_config_prefix=~/.node_modules
|
export npm_config_prefix=~/.node_modules
|
||||||
export EDITOR='vim'
|
export EDITOR='vim'
|
||||||
export VISUAL='vim'
|
export VISUAL='vim'
|
||||||
@ -222,3 +223,8 @@ haste(){
|
|||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
reinstallAll(){
|
||||||
|
for pkg in $(pacman -Q | cut -d' ' -f1); do
|
||||||
|
yay -S --noconfirm $pkg | lolcat
|
||||||
|
done
|
||||||
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user