summaryrefslogtreecommitdiff
path: root/.config/.bashrc
diff options
context:
space:
mode:
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