From d0281c8ef5d3105583601f98bd90c7d589959140 Mon Sep 17 00:00:00 2001 From: kittenlikeasmallcat <75060689+ktnlikeasmallcat@users.noreply.github.com> Date: Thu, 4 Aug 2022 07:19:32 +0000 Subject: [PATCH] Delete .bashrc --- .bashrc | 40 ---------------------------------------- 1 file changed, 40 deletions(-) delete mode 100644 .bashrc diff --git a/.bashrc b/.bashrc deleted file mode 100644 index d85aa10..0000000 --- a/.bashrc +++ /dev/null @@ -1,40 +0,0 @@ -# .bashrc -# If not running interactively, don't do anything -[[ $- != *i* ]] && return -export TERMINAL='roxterm' -export EDITOR="nano" - -alias top='btop' -alias cat='bat --pager=never --theme=ansi' -alias catf='bat --theme=ansi' -alias stest='mpv ~/.soundtest.m4a' -alias rebash='source ~/.bashrc' -alias lynx='lynx lite.duckduckgo.com' -alias herbs='nano ~/.config/herbstluftwm/autostart' - - -##COLOR -alias dir='dir --color=auto' -alias vdir='vdir --color=auto' -alias grep='grep --color=auto' -alias fgrep='fgrep --color=auto' -alias egrep='egrep --color=auto' -alias diff='diff --color=auto' -alias ls='ls --color=auto' - -## XBPS -alias xu='sudo xbps-install -Suv' -#alias xi='sudo xbps-install' -alias xr='sudo xbps-remove -Rcon' -#alias xfr='sudo xbps-remove -Rcon -F' -#alias xl='xbps-query -l' -#alias xf='xl | grep' -alias xq='xbps-query -Rs' -#alias xd='xbps-query -x' - -export QT_QPA_PLATFORMTHEME='qt5ct' - -TIME=$(date +%I:%M%P) -PS1='\u|\h \[\033[1;36m\]$TIME\[\033[0;00m\]\[\033[0;32m\] [\w]\n >\[\033[0;00m\]' - -. "$HOME/.cargo/env"