Adds path

This commit is contained in:
Thomas Forgione 2022-07-02 14:32:05 +02:00
parent e767ecead0
commit f2ddfa9590
1 changed files with 3 additions and 0 deletions

3
bashrc
View File

@ -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$//'\'')"'