mirror of
https://github.com/opensiriusfox/windows-bash.git
synced 2025-06-17 04:40:35 -07:00
added a few helper scripts for npp/kate execution, and typical aliases
This commit is contained in:
parent
7063fc3930
commit
490849144c
4 changed files with 47 additions and 5 deletions
8
templates/misc.bashrc.sh
Normal file
8
templates/misc.bashrc.sh
Normal file
|
@ -0,0 +1,8 @@
|
|||
#!/bin/bash
|
||||
|
||||
|
||||
# prevent git from paging
|
||||
export LESS='-rFX'
|
||||
|
||||
export HISTIGNORE='pwd:exit:fg:bg:top:clear:history:ls:uptime:df'
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue