Update 2023-03-00_windows.bashrc
This commit is contained in:
parent
c6fb52b54b
commit
56a38c8e51
1 changed files with 2 additions and 0 deletions
|
@ -1,16 +0,0 @@
|
|||
# When notepad++ is available, use it
|
||||
function npp() {
|
||||
export IFS=$'\n'
|
||||
NOTEPADPP_EXE='/c/Program Files/Notepad++/notepad++.exe'
|
||||
if [[ -e "${NOTEPADPP_EXE}" ]]; then
|
||||
echo 'notepad++.exe '$*' &'
|
||||
"${NOTEPADPP_EXE}" $* &
|
||||
return 0
|
||||
else
|
||||
echo "notepad++ not found."
|
||||
return 1
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
alias _wrapping_fix='kill -WINCH $$'
|
Loading…
Add table
Add a link
Reference in a new issue