This is an old revision of the document!
$ PS1="[\h:\W] # " $ history -d NN $ . /usr/share/bash-completion/bash_completion $ more .profile
...
. ~/.bashrc
...
$ cat .bashrc или # cat /etc/bash.bashrc
...
#TMOUT=900
export HISTCONTROL=ignorespace:ignoredups:erasedups
#unset HISTFILE
HISTSIZE=20000
HISTFILESIZE=20000
# export PATH="$PATH:/opt/mssql-tools/bin"
#alias s='sudo'
s() {
sudo "$@"
}
complete -F _command s
alias ssn2='ssh node2'
scn2() {
scp $1 node2:$1
}
...
$ source .bashrc # (echo '"\e[A": history-search-backward'; echo '"\e[B": history-search-forward') >> /etc/inputrc или $ cat .inputrc
"\e[A": history-search-backward "\e[B": history-search-forward
$ bind -f .inputrc
$ cat .shrc freebsd$ set -E freebsd$ set -V
% cat .cshrc % source .cshrc % cat .tcshrc % set prompt = "[%m:%c3] # " % set autolist % bindkey -k up history-search-backward % bindkey -k down history-search-forward