Skip to content

Commit

Permalink
updated Code review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kamleshkc2002 authored and simeg committed Jul 6, 2020
1 parent 4757a73 commit 3bcbb8d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Emacs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Upon starting up Emacs for the first time, further third-party packages will be

### Installation

```console
```sh
git clone https://github.com/hlissner/doom-emacs ~/.emacs.d
cd ~/.emacs.d
cp init.example.el init.el # maybe edit init.el
Expand Down
2 changes: 1 addition & 1 deletion Git/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ eval "$(ssh-agent -s)"

If you're running macOS Sierra 10.12.2 or later, you will need to modify your `~/.ssh/config` file to automatically load keys into the ssh-agent and store passphrases in your keychain:

```sh
```ssh-config
Host *
AddKeysToAgent yes
UseKeychain yes
Expand Down
2 changes: 1 addition & 1 deletion Git/gitignore.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Create the file `~/.gitignore` as shown below

```sh
```gitignore
# Folder view configuration files
.DS_Store
Desktop.ini
Expand Down
4 changes: 3 additions & 1 deletion iTerm/tree.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ brew install tree

Running `tree` will produce output like this:

```sh
```console
$ tree

.
├── Apps
│   ├── Octave.md
Expand Down

0 comments on commit 3bcbb8d

Please sign in to comment.