Skip to content

lizard-Szilard/script-bash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Script-bash

Store the script

  1. store the script in /opt/bash-script/ add it to environment variable path
  2. make script exucatble chmod +x <filename.sh>
  3. add alias to .bash_aliases

Description per file

  • editor_export.sh this used for set EDITOR env

add this to .bash_profile to obtaining the export

if [[ -f ~/.editor_export.sh ]]; then
    command source ~/.editor_export.sh
fi
  • merge_search.sh

The user can view notes that have been commented in the configuration file by merging the relevant configuration files together.

Releases

No releases published

Packages

No packages published

Languages