added a few helper scripts for npp/kate execution, and typical aliases

This commit is contained in:
Luke 2023-11-24 12:14:53 -08:00
parent 7063fc3930
commit 490849144c
4 changed files with 47 additions and 5 deletions

8
templates/misc.bashrc.sh Normal file
View 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'