Skip to content

Commit

Permalink
plugins/bashmarks: Fixed conflict with d alias
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Hrbek committed Aug 15, 2019
1 parent 429ffc1 commit fa2e886
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/bashmarks/bashmarks.plugin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -216,4 +216,4 @@ fi
alias s='bm -a' # Save a bookmark [bookmark_name]
alias g='bm -g' # Go to bookmark [bookmark_name]
alias p='bm -p' # Print bookmark of a path [path]
alias d='bm -d' # Delete a bookmark [bookmark_name]
alias db='bm -d' # Delete Bookmark [bookmark_name]

0 comments on commit fa2e886

Please sign in to comment.