Skip to content

Instantly share code, notes, and snippets.

@ozh
Last active November 26, 2021 03:26
Show Gist options
  • Save ozh/5416533 to your computer and use it in GitHub Desktop.
Save ozh/5416533 to your computer and use it in GitHub Desktop.
Open Notepad++ from BASH

in ~/.bash_profile : alias npp='~/npp'

in ~/npp :

#!/bin/sh

exec d:/utils/Notepad++/notepad++.exe "$@" &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment