Difference between revisions of ".bashrc and .bash profile"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
. ~/[[.bash_aliases]] | . ~/[[.bash_aliases]] | ||
export [[HISTTIMEFORMAT]]="%d/%m/%y %T " | export [[HISTTIMEFORMAT]]="%d/%m/%y %T " | ||
+ | |||
+ | |||
+ | == Related terms == | ||
+ | [[.profile]] | ||
== See also == | == See also == |
Revision as of 11:57, 24 November 2020
~/.bashrc ~/.bash_profile ~/.bash_aliases
.bash_profile
example
set -o vi . ~/.bash_aliases export HISTTIMEFORMAT="%d/%m/%y %T "
Related terms
.profile
See also
Bash [ -c ]
,alias
,&&
, Bash history, Autocompletion,set
,unset
,export
,.bash_aliases, .bashrc and .bash profile
,PS1
,echo
,brace expansion
, Function,shopt
,trap
,set -e
,source
,PATH
,complete
,disown
,.hushlogin
,.bashrc
,builtin
,eval
,set
,$PATH
,$HOME
,TZ
,.profile
,-e, -i
,Builtin (Bash)
,mapfile
,~
, return (Bash), for, until,declare, dirname, basename, functions.sh
, Bash arithmetic expansion,shift, bash --rcfile, readonly, $1, $@
Advertising: