Skip to content

Commit

Permalink
✨ Quickly visit github
Browse files Browse the repository at this point in the history
  • Loading branch information
davep committed May 7, 2019
1 parent 424a72b commit 0cfc457
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion conf.d/aliases.fish
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# General handy aliases.
##############################################################################
# Assorted handy aliases. Things that don't require a function really.

# Directory listings.
alias vdir=dir
alias d=dir
alias v=vdir

# Visit github.
alias gh="o https://github.com/"

### aliases.fish ends here

0 comments on commit 0cfc457

Please sign in to comment.