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
7
templates/aliases.bashrc.sh
Normal file
7
templates/aliases.bashrc.sh
Normal 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"
|
Loading…
Add table
Add a link
Reference in a new issue