Difference between revisions of ".bashrc and .bash profile"
Jump to navigation
Jump to search
Line 18: | Line 18: | ||
== Related terms == | == Related terms == | ||
* <code>[[.profile]]</code> | * <code>[[.profile]]</code> | ||
− | * <code>[[alias]]</code> | + | * <code>[[alias]]</code>: [[viconfig]], [[viprofile]] |
* <code>[[.hushlogin]]</code> | * <code>[[.hushlogin]]</code> | ||
* <code>[[PS1]]</code>, <code>[[PATH]]</code> | * <code>[[PS1]]</code>, <code>[[PATH]]</code> |
Revision as of 11:32, 20 October 2021
.bash_profile
example
set -o vi . ~/.bash_aliases export HISTTIMEFORMAT="%d/%m/%y %T "
suaws () { export AWS_PROFILE=$1 }
Related terms
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, $@
zsh
,~/.zshrc
,.zsh_history
,.zprofile
,zshbuiltins, setenv, setopt
,bindkey -e, zshcompsys, compdef, autoload
,oh-my-zsh, prezto, fc, compinit, autoload, oh-my-zsh
Advertising: