diff options
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 |
