summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-06 01:09:01 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-06 01:09:01 +0200
commit402e7ba205ff9817b3488c979ef6743282813eb0 (patch)
treedd039e8ec748faa237aa7a02d287e9fcc6528a88
parent9bf178bf1575b6c64740851cb0f6b2c0c87761b7 (diff)
checkpoint
-rwxr-xr-xconfig/common/tmux/tmux.conf2
-rw-r--r--config/essentials/shell/functions.sh1
-rw-r--r--config/extra/mutt/muttrc1
3 files changed, 2 insertions, 2 deletions
diff --git a/config/common/tmux/tmux.conf b/config/common/tmux/tmux.conf
index 8cf10e5..0892ff8 100755
--- a/config/common/tmux/tmux.conf
+++ b/config/common/tmux/tmux.conf
@@ -125,7 +125,7 @@ set -g window-status-current-style "underscore"
set -g status-justify left
set -g status-left-length 16
set -g status-left "#[fg=black,bg=blue,bold] #S #[fg=blue,bg=black,nobold,noitalics,nounderscore]"
-set -g status-right "#[fg=brightblack,bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack] %H:%M #[fg=cyan,bg=brightblack,nobold,noitalics,nounderscore]#[fg=black,bg=cyan,bold] #H "
+set -g status-right "#[fg=brightblack,bg=black,nobold,noitalics,nounderscore]#[fg=white,bg=brightblack] %H:%M #[fg=cyan,bg=brightblack,nobold,noitalics,nounderscore]#[fg=black,bg=cyan,bold] #{user}@#H "
#+--- Colors ---+
set -g status-style bg=black,fg=white
diff --git a/config/essentials/shell/functions.sh b/config/essentials/shell/functions.sh
index 1a2e9d8..0f12206 100644
--- a/config/essentials/shell/functions.sh
+++ b/config/essentials/shell/functions.sh
@@ -356,6 +356,7 @@ prj() {
prje() {
prj || return 1
f="$(git ls-files | fzf)"
+ [ "$f" ] || exit 1
if [ -f "$f" ]
then
"$EDITOR" "$f"
diff --git a/config/extra/mutt/muttrc b/config/extra/mutt/muttrc
deleted file mode 100644
index a52ef08..0000000
--- a/config/extra/mutt/muttrc
+++ /dev/null
@@ -1 +0,0 @@
-source /home/aluc/.config/mutt/configs/tlast.hirende@gmail.com