removed windows and linux split subdir
This commit is contained in:
parent
83dda10fa8
commit
065b982734
280 changed files with 9053 additions and 426 deletions
11
.antidote/functions/__antidote_version
Normal file
11
.antidote/functions/__antidote_version
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/zsh
|
||||
|
||||
### Get the antidote version.
|
||||
#function __antidote_version {
|
||||
emulate -L zsh; setopt local_options $_adote_funcopts
|
||||
0=${(%):-%x}
|
||||
local ver='1.9.7'
|
||||
local gitsha=$(git -C "${0:A:h:h}" rev-parse --short HEAD 2>/dev/null)
|
||||
[[ -z "$gitsha" ]] || ver="$ver ($gitsha)"
|
||||
print "antidote version $ver"
|
||||
#}
|
||||
Loading…
Add table
Add a link
Reference in a new issue