windows-bash/templates/misc.bashrc.sh

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'