diff options
| author | bozo.kopic <bozo@kopic.xyz> | 2020-11-06 03:13:00 +0100 |
|---|---|---|
| committer | bozo.kopic <bozo@kopic.xyz> | 2020-11-06 03:13:00 +0100 |
| commit | 2f694c9ab1416de12d6c5da47d384a625662edf1 (patch) | |
| tree | b94b6ad65c56242ef2b8df5d0de98b8abd99f2f3 /bash | |
| parent | a7f6bcbf2930fda0547136491bf1a67c3b337224 (diff) | |
.
Diffstat (limited to 'bash')
| -rw-r--r-- | bash/.bashrc | 2 | ||||
| -rw-r--r-- | bash/.profile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index a355b0c..f5f7011 100644 --- a/bash/.bashrc +++ b/bash/.bashrc @@ -7,3 +7,5 @@ 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 index a34726e..ed34427 100644 --- a/bash/.profile +++ b/bash/.profile @@ -10,3 +10,5 @@ export VISUAL=nvim #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 |
