Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 6ac90a7

Browse files
authored
Update README.md
1 parent a3ea054 commit 6ac90a7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎bashrc/README.md‎

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
Протестировано в `RHEL 8.9`.
2323

2424
```bash
25-
# last version and documentation: https://github.com/rin-nas/postgresql-patterns-library/tree/master/psqlrc
25+
# Last version and documentation: https://github.com/rin-nas/postgresql-patterns-library/tree/master/psqlrc
2626

27-
# the history list is appended to the file named by the value of the HISTFILE variable when the shell exits, rather than overwriting the file
27+
# The history list is appended to the file named by the value of the HISTFILE variable when the shell exits, rather than overwriting the file
2828
shopt -s histappend
2929

30-
PROMPT_COMMAND=__prompt_command # Function to generate PS1 after CMDs
30+
PROMPT_COMMAND=__prompt_command # function to generate PS1 after CMDs
3131

3232
__prompt_command() {
33-
local EXIT="$?" # This needs to be first
33+
local EXIT="$?" # this needs to be first
3434

35-
# append the new history lines to the history file
35+
# Append the new history lines to the history file
3636
history -a
3737

3838
# https://robotmoon.com/bash-prompt-generator/

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /