update
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Sthope 2022-07-31 19:09:57 +02:00
parent b90b42e204
commit 17a3498832
2 changed files with 22 additions and 0 deletions

21
docs/cmnds/101.md Normal file
View File

@ -0,0 +1,21 @@
<h1 align="center" id="heading"> 101 </h1>
<details>
<summary markdown="span"> Get time and date for History commands</summary>
```
HISTTIMEFORMAT='%Y-%m-%d %T "
history
make it permanent:
nano ~/.bashrc
search for `HISTCONTROL' and under it enter:
HISTTIMEFORMAT='%Y-%m-%d %T "
save and should now be permanent
```
</details>

View File

@ -115,5 +115,6 @@ nav:
- Authelia: portainer-stacks/Swag/authelia.md
- Theme-Park: portainer-stacks/Swag/adding-theme-park.md
- cmnds:
- 101:cmnds/101.md
- AddUser 1Line: cmnds/adduser-1line.md
- Tasmota Backlogs: cmnds/tasmota-backlogs.md