Fix cross linking between documents
This commit is contained in:
parent
fd1b789380
commit
fc15afadf8
@ -6695,7 +6695,7 @@ type `curl ident.me` to know your public ip
|
|||||||
* [devhints](https://devhints.io/vimscript) - Vim scripting cheatsheet
|
* [devhints](https://devhints.io/vimscript) - Vim scripting cheatsheet
|
||||||
|
|
||||||
## Shell Aliases
|
## Shell Aliases
|
||||||
See also [Dotfiles / Aliases](#dotfiles--aliases)
|
See also [Dotfiles / Aliases](sections/programming.md#dotfiles--aliases)
|
||||||
* [robbyrussell/oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/common-aliases/common-aliases.plugin.zsh) - common aliases from oh-my-zsh
|
* [robbyrussell/oh-my-zsh](https://github.com/robbyrussell/oh-my-zsh/blob/master/plugins/common-aliases/common-aliases.plugin.zsh) - common aliases from oh-my-zsh
|
||||||
* [Vivek Gite](https://www.cyberciti.biz/tips/bash-aliases-mac-centos-linux-unix.html) - 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
|
* [Vivek Gite](https://www.cyberciti.biz/tips/bash-aliases-mac-centos-linux-unix.html) - 30 Handy Bash Shell Aliases For Linux / Unix / Mac OS X
|
||||||
* [Sandra Henry-Stocker](http://www.computerworld.com/article/3121790/linux/making-troubleshooting-with-lsof-easier.html) - Unix tips: Making troubleshooting with lsof easier. See also [Unix commands: Troubleshooting with lsof](http://www.computerworld.com/article/3119775/linux/troubleshooting-with-lsof.html)
|
* [Sandra Henry-Stocker](http://www.computerworld.com/article/3121790/linux/making-troubleshooting-with-lsof-easier.html) - Unix tips: Making troubleshooting with lsof easier. See also [Unix commands: Troubleshooting with lsof](http://www.computerworld.com/article/3119775/linux/troubleshooting-with-lsof.html)
|
||||||
|
@ -1093,7 +1093,7 @@ psql -f db.out postgres
|
|||||||
* [github/gitignore](https://github.com/github/gitignore) - A collection of useful .gitignore templates
|
* [github/gitignore](https://github.com/github/gitignore) - A collection of useful .gitignore templates
|
||||||
|
|
||||||
### Dotfiles / Aliases
|
### Dotfiles / Aliases
|
||||||
See also [Shell aliases](#shell-aliases)
|
See also [Shell aliases](README.md#shell-aliases)
|
||||||
* [Rob Miller](https://gist.github.com/robmiller/6018582) - shared .gitconfig with some useful Git aliases
|
* [Rob Miller](https://gist.github.com/robmiller/6018582) - shared .gitconfig with some useful Git aliases
|
||||||
* [Richard Bateman](https://gist.github.com/taxilian/1338308) - shared .gitconfig with some useful Git aliases
|
* [Richard Bateman](https://gist.github.com/taxilian/1338308) - shared .gitconfig with some useful Git aliases
|
||||||
* [Harry Roberts/dotfiles](https://github.com/csswizardry/dotfiles/blob/master/.gitconfig) - shared .gitconfig with some useful Git aliases
|
* [Harry Roberts/dotfiles](https://github.com/csswizardry/dotfiles/blob/master/.gitconfig) - shared .gitconfig with some useful Git aliases
|
||||||
@ -1322,7 +1322,7 @@ See also [Shell aliases](#shell-aliases)
|
|||||||
* [Will Verduzco](https://www.xda-developers.com/decompile-edit-and-recompile-in-one-tool-with-apk-studio/) - Decompile, Edit, and Recompile in One Tool with APK Studio
|
* [Will Verduzco](https://www.xda-developers.com/decompile-edit-and-recompile-in-one-tool-with-apk-studio/) - Decompile, Edit, and Recompile in One Tool with APK Studio
|
||||||
|
|
||||||
## Productivity :computer:
|
## Productivity :computer:
|
||||||
See also [Dotfiles / Aliases](#dotfiles--aliases) and [Shell aliases](#shell-aliases)
|
See also [Dotfiles / Aliases](#dotfiles--aliases) and [Shell aliases](README.md#shell-aliases)
|
||||||
|
|
||||||
> News
|
> News
|
||||||
* [Itamar Turner-Trauring](https://codewithoutrules.com/productivity/) - Become more productive ; articles about being more productive as programmer without necessarily working longer hours
|
* [Itamar Turner-Trauring](https://codewithoutrules.com/productivity/) - Become more productive ; articles about being more productive as programmer without necessarily working longer hours
|
||||||
|
Loading…
Reference in New Issue
Block a user