Skip to content

Commit 73df83b

Browse files
updated alias and resource description
1 parent 8355c8b commit 73df83b

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

.bash_aliases

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ a egrep='egrep --color=auto'
2525
a oa='vi ~/.bash_aliases'
2626
a sa='source ~/.bash_aliases'
2727
# sort file/directory sizes in current directory in human readable format
28-
a s='du -sh * | sort -h'
28+
a s='du -sh -- * | sort -h'
2929

3030
# save last command from history to a file
3131
# tip, add a comment to end of command before saving, ex: ls --color=auto # colored ls output

Vim_curated_resources.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@ After installation, use `vimtutor` (or `gvimtutor`) command for a "30-minute tut
1515
* [Vim primer](https://danielmiessler.com/study/vim/) — learn Vim in a way that will stay with you for life
1616
* [Vim galore](https://github.com/mhinz/vim-galore/blob/master/README.md) — everything you need to know about Vim
1717
* [Learn Vim progressively](https://yannesposito.com/Scratch/en/blog/Learn-Vim-Progressively/) — short introduction that covers a lot
18-
* *Vim from the ground up* article series:
19-
* [Vim for Beginners](https://thevaluable.dev/vim-beginner/)
20-
* [Vim for Intermediate Users](https://thevaluable.dev/vim-intermediate/)
21-
* [Vim for Advanced Users](https://thevaluable.dev/vim-advanced/)
22-
* [Vim for Adept Users](https://thevaluable.dev/vim-adept/)
18+
* [Vim from the ground up](https://thevaluable.dev/vim-beginner/) — article series for beginners to expert users
2319

2420
## Books
2521

0 commit comments

Comments
 (0)