From 194027116aa6b84b518d6e8984bdcd2735e6b369 Mon Sep 17 00:00:00 2001 From: quak Date: Tue, 28 Jan 2025 00:02:35 +0100 Subject: [PATCH] .. --- bash-conf-private/.bash_profile | 2 ++ navigate/.config/navigate/navigate.toml | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/bash-conf-private/.bash_profile b/bash-conf-private/.bash_profile index 9b64bec..aade2e5 100644 --- a/bash-conf-private/.bash_profile +++ b/bash-conf-private/.bash_profile @@ -5,3 +5,5 @@ if [[ -n "$USER" ]]; then source "/home/$USER/.bashrc" fi + +export PATH="$PATH:$HOME/repos/jlink" diff --git a/navigate/.config/navigate/navigate.toml b/navigate/.config/navigate/navigate.toml index befd0e2..e1fc6e5 100644 --- a/navigate/.config/navigate/navigate.toml +++ b/navigate/.config/navigate/navigate.toml @@ -4,8 +4,9 @@ show_stack_on_pop = false show_books_on_bookmark = false [format] -stack_separator = " - " -bookmarks_separator = " - " +stack_separator = " - " +bookmarks_separator = " - " +show_home_as_tilde = true align_separators = true [styles]