Horje
alternative command to run source linux Code Example
alternative command to run source linux
# Short answer:
# An alternative to sourcing a file with source (e.g.: source ~/.bashrc) 
# is to use the period (e.g.: . ~/.bashrc)

# Note, you might be tempted to make an alias for source like:
#	alias source='source ~/.bashrc' but it's probably better to use 
# 	something like alias sourcebash='source ~/.bashrc' to avoid creating
# 	problems for yourself. 




Shell

Related
how to clear git status Code Example how to clear git status Code Example
mac anydesk start at login Code Example mac anydesk start at login Code Example
how to set core.autocrlf in git Code Example how to set core.autocrlf in git Code Example
github untrack files Code Example github untrack files Code Example
how to install minecraft to ubuntu Code Example how to install minecraft to ubuntu Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
12