Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
dcore:boot-scripts_source_20150429 [2015/05/05 19:09] – ['/etc/profile'] sm8psdcore:boot-scripts_source_20150429 [2015/05/06 02:53] (current) – Added link to GIT-repo sm8ps
Line 1: Line 1:
 ====== Boot-scripts (source, 20150429) ====== ====== Boot-scripts (source, 20150429) ======
 +The scripts in their present state are available at the [[http://git.tinycorelinux.net/index.cgi?url=dCore-scripts.git/|GIT-repository]].
 +
 ===== 'init' (on initrd) ===== ===== 'init' (on initrd) =====
 <code Bash> <code Bash>
Line 842: Line 844:
 ===== '~/.ashrc' ===== ===== '~/.ashrc' =====
 <code Bash> <code Bash>
 +  # ~/.ashrc: Executed by SHells.
 +  #
 +  . /etc/init.d/tc-functions
 + 4  
 +  # Alias definitions.
 +  #
 +  alias df='df -h'
 +  alias du='du -h'
 + 9  
 +10  alias ls='ls -p'
 +11  alias ll='ls -l'
 +12  alias la='ls -la'
 +13  
 +14  # Avoid errors... use -f to skip confirmation.
 +15  alias cp='cp -i'
 +16  alias mv='mv -i'
 +17  alias rm='rm -i'
 </code> </code>
 ===== '~/.xinitrc' ===== ===== '~/.xinitrc' =====
Print/export
QR Code
QR Code dcore:boot-scripts_source_20150429 (generated for current page)