mirror of
https://github.com/opensiriusfox/bashrc.d.git
synced 2025-06-17 04:40:32 -07:00
pulled everything into master
This commit is contained in:
parent
9a37b1f6f2
commit
9549062157
2 changed files with 0 additions and 1 deletions
|
@ -1,18 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
# 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