Skip to content
This repository has been archived by the owner on Aug 29, 2023. It is now read-only.

Commit

Permalink
Docs: Add 'gmv' alias and correct 'las' alias to 'lsa'
Browse files Browse the repository at this point in the history
  • Loading branch information
Hdoc1509 committed Sep 13, 2022
1 parent 8fbd2a7 commit 8e1ec05
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ dev # cd /path/to/development-folder
- For `Neovim GUI's`:

```sh
nv # open neovim in terminal
nvq # open nvim-qt
nvd # open neovide
nv # open neovim in terminal
nvq # open nvim-qt
nvq-nb # open nvim-qt without blocking git-bash
nvd # open neovide
```

- For `Git` commands:
Expand All @@ -68,6 +69,7 @@ ga # git add
gaa # git add .
gc # git commit
gcm # git commit -m
gmv # git mv
gp # git push
gpl # git pull
gl # git log
Expand Down Expand Up @@ -96,7 +98,7 @@ npm-g-pkgs # list of global dependencies
```sh
src-bashrc # source your $HOME/.bashrc file
new # open a new git-bash window in current directory
las # just ls -a
lsa # just ls -a
```

### Color messages
Expand Down

0 comments on commit 8e1ec05

Please sign in to comment.