Bash-scripts icon indicating copy to clipboard operation
Bash-scripts copied to clipboard

Miscellaneous scripts to enhance bash (prompt, adding directories to variables, ...)

Results 3 Bash-scripts issues
Sort by recently updated
recently updated
newest added

Hello, i'm curious if you're open to changing the licenses to something liberal like MIT so that it can easily be included / vendored in other projects with liberal licenses....

I use the following alias that works for using my windows vim profile: ``` bash alias gvim='cyg-wrapper.sh /cygdrive/c/Windows/gvim.bat --cyg-env-clear=HOME' alias gvimr='cyg-wrapper.sh /cygdrive/c/Windows/gvim.bat --cyg-env-clear=HOME --remote' ```

- $HOMEDIR/bin is created if does not exist - target links are deleted only if links, not if files or directories - create symbolic instead of hard links