Skip to content

Commit e5dc551

Browse files
me
1 parent 089f2cc commit e5dc551

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

man

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
c : clear
44

55
tools : list tools and versions
6-
whoami : whoami for all tools
6+
me : who am I for all tools
77

88
setsec : set secret. e.g. setsec foo "bar baz"
99
getsec : get secret. e.g. getsec foo

rc/alias.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ alias c="clear"
66
# Reload the shell (i.e. invoke as a login shell)
77
alias reload="exec ${SHELL} -l"
88
alias tools="dot_tool_versions"
9-
alias whoami="dot_tool_whoami"
9+
alias me="dot_tool_whoami"
1010
alias setsec="dot_set_secret"
1111
alias getsec="dot_get_secret"
1212
alias lssec="dot_list_secrets"

0 commit comments

Comments
 (0)