Changes between Initial Version and Version 1 of bash-shell-startup-files


Ignore:
Timestamp:
12/02/2018 02:36:06 AM (5 years ago)
Author:
DJ Lucas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • bash-shell-startup-files

    v1 v1  
     1
     2== Bash Shell Startup Files ==
     3
     4=== bash-completions ===
     5Download the installation package from [https://github.com/scop/bash-completion/releases/download/2.8/bash-completion-2.8.tar.xz]
     6
     7{{{
     8./configure --prefix=/usr --sysconfdir=/etc
     9make
     10sudo make install
     11}}}