-
assicurarsi che il file
$HOME/.bash_profile
abbia i seguenti permessi:-rw-r--r--
chmod 644 $HOME/.bash_profile
-
impostazioni da mettere in
.bash_profile
bind '"\e[A": history-search-backward' bind '"\e[B": history-search-forward' shopt -s histappend
-
vedere anche linux-unix.md
-
alias utili
alias ll='ls -las' alias ..='cd ..'