Skip to content

Commit d397a8c

Browse files
committed
Updated aliases
1 parent 1a8e4d9 commit d397a8c

File tree

1 file changed

+9
-10
lines changed
  • src/PHPCR/Shell/Resources/config.dist

1 file changed

+9
-10
lines changed

src/PHPCR/Shell/Resources/config.dist/alias.yml

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Shell shortcuts
2-
alist: shell:alias:list
2+
lsa: shell:alias:list
33
creload: shell:config:reload
44
cinit: shell:config:init
55

@@ -22,16 +22,16 @@ cat: node:property:show {arg1}
2222
touch: node:property:set {arg1} {arg2} {arg3}
2323

2424
# Node type commands
25-
mixins: node-type:list "^mix:"
26-
ntlist: node-type:list
25+
lsmix: node-type:list "^mix:"
26+
lsnt: node-type:list {arg1}
2727
ntedit: node-type:edit {arg1}
2828
ntshow: node-type:show {arg1}
2929

3030
# Workspace commands
3131
wslist: workspace:list
3232

3333
# Namespsce commands
34-
nslist: workspace:namespace:list
34+
lsns: workspace:namespace:list {arg1}
3535
nsset: workspace:namespace:register
3636

3737
# Editor commands
@@ -42,12 +42,11 @@ nano: node:property:edit {arg1} {arg2}
4242
man: help {arg1}
4343

4444
# Version commands
45-
checkin: version:checkin {arg1}
46-
checkout: version:checkout {arg1}
47-
checkpoint: version:checkpoint {arg1}
48-
checkpoint: version:checkpoint {arg1}
49-
vhlist: version:history {arg1}
45+
ci: version:checkin {arg1}
46+
co: version:checkout {arg1}
47+
cp: version:checkpoint {arg1}
48+
vhist: version:history {arg1}
5049

5150
# Session commands
5251
save: session:save
53-
reload: session:reload
52+
refresh: session:refresh

0 commit comments

Comments
 (0)