Skip to content

Commit

Permalink
Add -i flag to nne alias, at least temporarily.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbm committed Nov 21, 2016
1 parent 0a9976b commit d70f9c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nn.aliases
@@ -1,5 +1,5 @@
alias nnn="nn new" # New
alias nne="nn edit" # Edit
alias nne="nn edit -i" # Edit

for tag in $(nn tags); do
alias nn${tag}="nn new $tag" # Create new file with tag.
Expand Down

0 comments on commit d70f9c1

Please sign in to comment.