updated and proofread readme
This commit is contained in:
parent
8fcdc8bcaf
commit
3d0a53279c
@ -2,13 +2,13 @@
|
|||||||
|
|
||||||
Three files are updated in the */etc* folder.
|
Three files are updated in the */etc* folder.
|
||||||
|
|
||||||
## profile
|
## BASH default profile (profile)
|
||||||
|
|
||||||
This is the Debian Stretch default *profile* and is copied to */etc/profile* to
|
This is the Debian Stretch default *profile* and is copied to */etc/profile* to
|
||||||
return accounts to a baseline configuration. Again, this is done to ensure that
|
return accounts to a baseline configuration. Again, this is done to ensure that
|
||||||
only */etc/bash.bashrc* is providing initial customizations to users.
|
only */etc/bash.bashrc* is providing initial customizations to users.
|
||||||
|
|
||||||
## bash.bashrc
|
## Default BASH settings (bash.bashrc)
|
||||||
|
|
||||||
Of the bash customization files, this is the only one that is NOT in a default
|
Of the bash customization files, this is the only one that is NOT in a default
|
||||||
configuration. I have added the following customizations I find useful
|
configuration. I have added the following customizations I find useful
|
||||||
@ -34,13 +34,14 @@ The following options have been enabled/set in nano to provide what I feel is an
|
|||||||
easier editing experience especially for people coming from a Windows background
|
easier editing experience especially for people coming from a Windows background
|
||||||
and new users/admins.
|
and new users/admins.
|
||||||
|
|
||||||
- 'rebind' numeric keypad to fix problems with using keypad with some SSH clients
|
- 'rebind' numeric keypad to fix problems using keypad with some SSH clients
|
||||||
- set 'smart home' some home key is useful
|
- set 'smart home' so home key is useful
|
||||||
- allow opening multiple files at once
|
- allow opening multiple files at once
|
||||||
- always display line numbers
|
- always display line numbers
|
||||||
- constantly display cursor position at the bottom of the screen
|
- constantly display cursor position at the bottom of the screen
|
||||||
- set vim lock-files
|
- set vim lock-files
|
||||||
- autoindent ON, tab-size of 4 spaces
|
- autoindent ON
|
||||||
|
- tab-size of 4 spaces
|
||||||
- convert tabs to spaces
|
- convert tabs to spaces
|
||||||
- turn off hard line wrapping
|
- turn off hard line wrapping
|
||||||
- turn ON soft line wrapping for ease of readability
|
- turn ON soft line wrapping for ease of readability
|
||||||
@ -50,7 +51,7 @@ and new users/admins.
|
|||||||
- turned on default colours so nano doesn't look so drab
|
- turned on default colours so nano doesn't look so drab
|
||||||
- added the following key-bindings
|
- added the following key-bindings
|
||||||
|
|
||||||
binding|fuction
|
binding|function
|
||||||
---|---
|
---|---
|
||||||
alt-c/alt-C|copy selected text
|
alt-c/alt-C|copy selected text
|
||||||
alt-x/alt-X|cut selected text
|
alt-x/alt-X|cut selected text
|
||||||
|
Loading…
Reference in New Issue
Block a user