We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 089f2cc commit e5dc551Copy full SHA for e5dc551
man
@@ -3,7 +3,7 @@
3
c : clear
4
5
tools : list tools and versions
6
- whoami : whoami for all tools
+ me : who am I for all tools
7
8
setsec : set secret. e.g. setsec foo "bar baz"
9
getsec : get secret. e.g. getsec foo
rc/alias.sh
@@ -6,7 +6,7 @@ alias c="clear"
# Reload the shell (i.e. invoke as a login shell)
alias reload="exec ${SHELL} -l"
alias tools="dot_tool_versions"
-alias whoami="dot_tool_whoami"
+alias me="dot_tool_whoami"
10
alias setsec="dot_set_secret"
11
alias getsec="dot_get_secret"
12
alias lssec="dot_list_secrets"
0 commit comments