mirror of
https://github.com/Stunkymonkey/dotfiles.git
synced 2026-01-29 01:13:01 +01:00
bashrc: run shellcheck on it
This commit is contained in:
parent
25854fdd72
commit
febd3f1101
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ export NEWT_COLORS='root=black,black;window=black,black;border=white,black;listb
|
||||||
alias reload=". ~/.bashrc"
|
alias reload=". ~/.bashrc"
|
||||||
|
|
||||||
# Bind PageUp and PageDown to history search
|
# Bind PageUp and PageDown to history search
|
||||||
if [ -n "$BASH_VERSION" -a -n "$PS1" ]; then
|
if [ -n "$BASH_VERSION" ] && [ -n "$PS1" ]; then
|
||||||
bind '"\e[5~": history-search-backward'
|
bind '"\e[5~": history-search-backward'
|
||||||
bind '"\e[6~": history-search-forward'
|
bind '"\e[6~": history-search-forward'
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue