summaryrefslogtreecommitdiff
path: root/.config/.bashrc
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-10-12 15:22:37 +0500
committerpryazha <pryadeiniv@mail.ru>2025-10-12 15:22:37 +0500
commitea0c73a9bad27262518d08139f312fc750c7167a (patch)
tree488f35259152d3874efb266523f4941831134dd7 /.config/.bashrc
parent2789e7aef1a2b44188b35d90c9ea87d594877d77 (diff)
using xterm with Xresources now, also trying to immplement mklinks
Diffstat (limited to '.config/.bashrc')
-rw-r--r--.config/.bashrc18
1 files changed, 0 insertions, 18 deletions
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