Backup before server rebuild
This commit is contained in:
parent
ad4b1b1de4
commit
fbcdcf6cfd
24 changed files with 515 additions and 404 deletions
home/features/cli/fish
|
@ -27,6 +27,6 @@ end
|
|||
# }}}
|
||||
# {{{ Helpers
|
||||
function take -d "Create a directory and cd into it"
|
||||
mkdir $argv; and cd $argv
|
||||
mkdir -p $argv; and cd $argv
|
||||
end
|
||||
# }}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue