removed neofetch and all aliases assocaited with it

This commit is contained in:
tomit4 2022-04-16 13:01:11 -07:00
parent 7aa8367204
commit 295a7fb408

View file

@ -3,18 +3,16 @@
# #
history -c && history -w && hash -r history -c && history -w && hash -r
if [ $TERM == "xterm-256color" ] ; then if [ $TERM == "xterm-256color" ] ; then
neofetch
http_proxy=http://127.0.0.1:8118/ http_proxy=http://127.0.0.1:8118/
HTTP_PROXY=$http_proxy HTTP_PROXY=$http_proxy
export http_proxy HTTP_PROXY export http_proxy HTTP_PROXY
fi fi
# create custom env variables: # create custom env variables:
export cproj="/home/brian/Documents/Code/forks/" export cproj="/home/brian/Documents/Code/forks/"
# custom BROWSER env for ddgr: # custom BROWSER env for ddgr:
#export BROWSER=librewolf
export BROWSER=links export BROWSER=links
export TUIR_BROWSER=librewolf export TUIR_BROWSER=librewolf
export EDITOR=nvim
# enable vi keybindings in terminal and terminal applications # enable vi keybindings in terminal and terminal applications
set -o vi set -o vi
@ -174,7 +172,7 @@ export PS1='\[\033[01;36m\][\u@\h\[\033[01;37m\] \W\[\033[01;36m\]]\$\033[01;37m
alias dmesg="doas dmesg -H" alias dmesg="doas dmesg -H"
alias kernel="uname -r" alias kernel="uname -r"
alias .="cd" alias .="cd"
alias home="xclear && cd /home/brian && clear && nf && history -c && history -w && hash -r" alias home="xclear && cd /home/brian && clear && history -c && history -w && hash -r"
alias forget="xclear && cd /home/brian && clear && history -c && history -w && hash -r" alias forget="xclear && cd /home/brian && clear && history -c && history -w && hash -r"
alias docs="cd ~/Documents" alias docs="cd ~/Documents"
alias down="cd ~/Downloads" alias down="cd ~/Downloads"
@ -223,7 +221,6 @@ alias rg="rg -i --colors 'match:fg:blue' --colors 'line:fg:blue'"
alias fzfi="rg --files --hidden --follow --no-ignore-vcs -g '!{node_modules,.git}' | fzf" alias fzfi="rg --files --hidden --follow --no-ignore-vcs -g '!{node_modules,.git}' | fzf"
alias bluepill="neo-matrix --bold=2 -D --color=cyan --density=0.75 --charset=katakana --speed=12 --fullwidth --screensaver" alias bluepill="neo-matrix --bold=2 -D --color=cyan --density=0.75 --charset=katakana --speed=12 --fullwidth --screensaver"
alias calendar="orage" alias calendar="orage"
alias nf="neofetch"
alias btop="xfce4-terminal --geometry=284x53+0+0 -x btop" alias btop="xfce4-terminal --geometry=284x53+0+0 -x btop"
alias {librewolf,firefox}="librewolf" alias {librewolf,firefox}="librewolf"
alias tor-browser="tor-browser &" alias tor-browser="tor-browser &"
@ -377,7 +374,6 @@ alias regen_initramfs="doas mkinitcpio -P"
# Configure thefuck # Configure thefuck
eval "$(thefuck --alias)" eval "$(thefuck --alias)"
export EDITOR=nvim
export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin" export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin"
export GREP_COLORS='ms=01;36' export GREP_COLORS='ms=01;36'
[ -f ~/.fzf.bash ] && source ~/.fzf.bash [ -f ~/.fzf.bash ] && source ~/.fzf.bash