aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorbozo.kopic <bozo@kopic.xyz>2020-12-16 02:12:41 +0100
committerbozo.kopic <bozo@kopic.xyz>2020-12-16 02:12:41 +0100
commit004162c05e42a2f2645ca06702567967b1d88961 (patch)
tree18319b9654b8ec561524a58fed0fd3af7131647e /bash
parent2f694c9ab1416de12d6c5da47d384a625662edf1 (diff)
.
Diffstat (limited to 'bash')
-rw-r--r--bash/.bashrc11
-rw-r--r--bash/.profile14
2 files changed, 0 insertions, 25 deletions
diff --git a/bash/.bashrc b/bash/.bashrc
deleted file mode 100644
index f5f7011..0000000
--- a/bash/.bashrc
+++ /dev/null
@@ -1,11 +0,0 @@
-#
-# ~/.bashrc
-#
-
-# If not running interactively, don't do anything
-[[ $- != *i* ]] && return
-
-alias ls='ls --color=auto'
-PS1='[\u@\h \W]\$ '
-
-source /home/bozo/.config/broot/launcher/bash/br
diff --git a/bash/.profile b/bash/.profile
deleted file mode 100644
index ed34427..0000000
--- a/bash/.profile
+++ /dev/null
@@ -1,14 +0,0 @@
-export PATH=~/python/bin:~/programs:~/programs/chicken/bin:~/.gem/ruby/2.7.0/bin:~/.cabal/bin:$PATH
-export CHICKEN_REPOSITORY=~/programs/chicken_repository
-export ATOM_NODE_URL=http://gh-contractor-zcbenz.s3.amazonaws.com/atom-shell/dist
-export QT_QPA_PLATFORMTHEME=qt5ct
-export VISUAL=nvim
-#export WLR_DRM_NO_MODIFIERS=1
-#export QT_QPA_PLATFORM=wayland
-#export SDL_VIDEODRIVER=wayland
-#export GDK_BACKEND=wayland
-#export QT_AUTO_SCREEN_SCALE_FACTOR=1
-#export QT_ENABLE_HIGHDPI_SCALING=1
-#export QT_WAYLAND_FORCE_DPI=120
-
-source /home/bozo/.config/broot/launcher/bash/br