mirror of
https://github.com/opensiriusfox/windows-bash.git
synced 2025-06-16 12:20:27 -07:00
8 lines
127 B
Bash
8 lines
127 B
Bash
#!/bin/bash
|
|
|
|
|
|
# prevent git from paging
|
|
export LESS='-rFX'
|
|
|
|
export HISTIGNORE='pwd:exit:fg:bg:top:clear:history:ls:uptime:df'
|
|
|