Browse Source

Add utility variable __ln and __cr

pull/1/head
10sr 10 years ago
parent
commit
731d98260e
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      shrc

+ 2
- 0
shrc View File

@@ -25,6 +25,8 @@ __match(){
expr "$1" : ".*$2.*" >/dev/null
}

__ln=$'\n'
__cr=$'\r'

#################################
# profile-like setups


Loading…
Cancel
Save