From f2ddfa9590726a532281b21325d8b558d1995fca Mon Sep 17 00:00:00 2001 From: Thomas Forgione Date: Sat, 2 Jul 2022 14:32:05 +0200 Subject: [PATCH] Adds path --- bashrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bashrc b/bashrc index 0fde8c0..5c1202f 100644 --- a/bashrc +++ b/bashrc @@ -87,9 +87,12 @@ fi alias ll='ls -alF' alias la='ls -A' alias l='ls -CF' + bind '"\e[A": history-search-backward' bind '"\e[B": history-search-forward' +export PATH=~/.config/dotfiles/bin/:$PATH + # Add an "alert" alias for long running commands. Use like so: # sleep 10; alert alias alert='notify-send --urgency=low -i "$([ $? = 0 ] && echo terminal || echo error)" "$(history|tail -n1|sed -e '\''s/^\s*[0-9]\+\s*//;s/[;&|]\s*alert$//'\'')"'