Skip to content

Commit

Permalink
Add -p to mcdir function, as suggested by @listrophy
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Aug 26, 2015
1 parent b38d9de commit a8ba5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fish/functions/mcdir.fish
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function mcdir
mkdir $argv
mkdir -p $argv
cd $argv
end

0 comments on commit a8ba5db

Please sign in to comment.