Skip to content

Commit 1c65ae2

Browse files
committed
add new bash shell link
1 parent 8478d1a commit 1c65ae2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/pages/02-development-environments/08-bash-shell.markdown

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,5 +37,8 @@ during Python software development as part of a programmer's
3737
* [Ten Things I Wish I’d Known About Bash](https://zwischenzugs.com/2018/01/06/ten-things-i-wish-id-known-about-bash/)
3838
covers some edge cases that are very useful to know about such as
3939
proper exit code usage and configuration options through the `set`
40-
command.
40+
command. There is also a great follow up post called
41+
[Ten MORE Things I Wish I'd Known About Bash](https://zwischenzugs.com/2018/01/21/ten-more-things-i-wish-id-known-about-bash/)
42+
that covers new topics such as on-the-fly command re-execution using the
43+
carrot character.
4144

0 commit comments

Comments
 (0)