Skip to content

Commit

Permalink
add dotfiles alias
Browse files Browse the repository at this point in the history
  • Loading branch information
pauloportella committed Jul 25, 2022
1 parent 1033cc6 commit 1e8782b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/fish/functions/dotfiles.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
function dotfiles --wraps='cd ~/dev/pauloportella/dotfiles' --description 'alias dotfiles=cd ~/dev/pauloportella/dotfiles'
cd ~/dev/pauloportella/dotfiles $argv;
end

0 comments on commit 1e8782b

Please sign in to comment.