From ea0c73a9bad27262518d08139f312fc750c7167a Mon Sep 17 00:00:00 2001 From: pryazha Date: Sun, 12 Oct 2025 15:22:37 +0500 Subject: using xterm with Xresources now, also trying to immplement mklinks --- .config/.bashrc | 18 ------------------ 1 file changed, 18 deletions(-) (limited to '.config/.bashrc') diff --git a/.config/.bashrc b/.config/.bashrc index 1105efe..d2672dc 100644 --- a/.config/.bashrc +++ b/.config/.bashrc @@ -1,20 +1,2 @@ # If not running interactively, don't do anything [[ $- != *i* ]] && return - -PS1="\w > " -PS2=">> " - -PATH="${HOME}/clone/dotfiles/scripts:${PATH}" -PATH="${HOME}/.local/bin:${PATH}" - -EDITOR='vim' -LOGDIR='~/log' - -alias log="${EDITOR} ${LOGDIR}/`date +%d_%m_%Y`" -alias ls="ls --color" - -if command -v startx >/dev/null 2>&1 ; then - if [[ -z $DISPLAY ]] && [[ $(tty) = "/dev/tty1" ]]; then - exec startx &> /dev/null - fi -fi -- cgit v1.2.3-70-g09d2