Skip to content

Commit

Permalink
Fix atuin dotfiles alias command example (#46)
Browse files Browse the repository at this point in the history
The command to create a new alias is `autin dotfiles alias set`, not
`atuin dotfiles alias create`
  • Loading branch information
wojtekolesinski committed Mar 14, 2024
1 parent f1aaa97 commit 86145f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/configuration/config.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -472,7 +472,7 @@ Manage aliases using the command line options

```
# Alias 'k' to 'kubectl'
atuin dotfiles alias create k kubectl
atuin dotfiles alias set k kubectl

# List all aliases
atuin dotfiles alias list
Expand Down

0 comments on commit 86145f6

Please sign in to comment.