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

View file

@ -0,0 +1,7 @@
#!/bin/bash
alias _wrapping_fix='kill -WINCH $$'
alias grep='grep --color=auto'
alias pip='python -m pip'
alias diff='diff --strip-trailing-cr'
alias ls="ls -I 'NTUSER.DAT*' --color=auto"