Difference between revisions of ".bashrc and .bash profile"
Jump to navigation
Jump to search
m (Welcome moved page .bashrc to .bashrc and .bash profile) |
Tags: Mobile web edit, Mobile edit |
||
Line 4: | Line 4: | ||
[[.bash_profile]] | [[.bash_profile]] | ||
[[.bash_aliases]] | [[.bash_aliases]] | ||
+ | |||
+ | |||
+ | |||
+ | <code>.bash_profile</code> example | ||
+ | set -o vi | ||
+ | . ~/.bash_aliases | ||
+ | export [[HISTTIMEFORMAT]]="%d/%m/%y %T " | ||
Revision as of 04:58, 28 March 2020
.bashrc .bash_profile .bash_aliases
.bash_profile
example
set -o vi . ~/.bash_aliases export HISTTIMEFORMAT="%d/%m/%y %T "
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: