File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 2.4. [ Functions] ( #23-functions )
1616 2.5. [ Conditionals] ( #24-conditionals )
1717 2.6. [ Loops] ( #25-loops )
18- 3 . [ Tricks] ( #4 -tricks )
19- 4 . [ Debugging] ( #5 -debugging )
18+ 3 . [ Tricks] ( #3 -tricks )
19+ 4 . [ Debugging] ( #4 -debugging )
2020
2121
2222# 1. Basic Operations
@@ -1036,11 +1036,11 @@ done
10361036
10371037# 3. Tricks
10381038
1039- # # set an alias
1039+ # # Set an alias
10401040Open ` bash_profile` by running following command ` nano ~ /.bash_profile`
10411041> alias dockerlogin=' ssh www-data@adnan.local -p2222' # add your alias in .bash_profile
10421042
1043- ## to quickly go to a specific directory
1043+ ## To quickly go to a specific directory
10441044nano ~/.bashrc
10451045> export hotellogs="/workspace/hotel-api/storage/logs"
10461046
You can’t perform that action at this time.
0 commit comments