From b0dd45c5e2b57544087791ef5f7f6cab7ae7be75 Mon Sep 17 00:00:00 2001 From: Alexey Pyltsyn Date: Tue, 4 Apr 2017 06:06:11 +0300 Subject: [PATCH] Minor changes (#12) --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cd8e321..efeae4e 100644 --- a/README.md +++ b/README.md @@ -15,8 +15,8 @@ 2.4. [Functions](#23-functions) 2.5. [Conditionals](#24-conditionals) 2.6. [Loops](#25-loops) - 3. [Tricks](#4-tricks) - 4. [Debugging](#5-debugging) + 3. [Tricks](#3-tricks) + 4. [Debugging](#4-debugging) # 1. Basic Operations @@ -1036,11 +1036,11 @@ done # 3. Tricks -## set an alias +## Set an alias Open `bash_profile` by running following command `nano ~/.bash_profile` > alias dockerlogin='ssh www-data@adnan.local -p2222' # add your alias in .bash_profile -## to quickly go to a specific directory +## To quickly go to a specific directory nano ~/.bashrc > export hotellogs="/workspace/hotel-api/storage/logs"