mirror of
https://github.com/opensiriusfox/windows-bash.git
synced 2025-06-16 12:20:27 -07:00
7 lines
189 B
Bash
7 lines
189 B
Bash
#!/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"
|