Skip to content

Commit

Permalink
Maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
julienbourdeau committed Feb 28, 2020
1 parent cae1595 commit e29627e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 12 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright Julien Bourdeau <http://sigerr.org/>
Copyright Julien Bourdeau <https://sigerr.org/>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
Expand Down
2 changes: 1 addition & 1 deletion dev/algolia.test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ upstream myapp {

server {
listen 80;
server_name algolia.test admin.algolia.test;
server_name algolia.test admin.algolia.test api.dashboard.algolia.test;

access_log /var/log/nginx/algolia.test/access.log;
error_log /var/log/nginx/algolia.test/error.log;
Expand Down
11 changes: 1 addition & 10 deletions home/functions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -202,15 +202,6 @@ function getcertnames() {
fi;
}

# `a` with no arguments opens the current directory in Atom Editor, otherwise
# opens the given location
function a() {
if [ $# -eq 0 ]; then
atom .;
else
atom "$@";
fi;
}

# `o` with no arguments opens the current directory, otherwise opens the given
# location
Expand All @@ -224,7 +215,7 @@ function o() {

function homestead() {
if [[ $1 == 'edit' ]]; then
atom ~/bin/Homestead/Homestead.yaml
subl ~/bin/Homestead/Homestead.yaml
else
( cd ~/bin/Homestead && vagrant $* )
fi;
Expand Down

0 comments on commit e29627e

Please sign in to comment.