Skip to content

Commit

Permalink
feat: changes in readme removed zhc and fish
Browse files Browse the repository at this point in the history
Signed-off-by: sanket <telisanket2002@gmail.com>
  • Loading branch information
Sanket-0510 authored and HarikrishnanBalagopal committed Mar 21, 2024
1 parent f57d792 commit d5a16c4
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,25 +124,16 @@ You can set an alias for move2kube to make it more convenient to use. The follow
alias m2k="move2kube"
```
#### To configure it globally:
### To configure it globally:
To keep aliases between sessions, you can save them in your user’s shell configuration profile file

#### Bash (.bashrc or .bash_profile)
```
echo 'alias m2k="move2kube"' >> ~/.bashrc
source ~/.bashrc
```
#### Zsh (.zshrc)
```
echo 'alias m2k="move2kube"' >> ~/.zshrc
source ~/.zshrc
```

#### Fish (config.fish)
```
echo 'alias m2k="move2kube"' >> ~/.config/fish/config.fish
```
## Discussion

* For any questions reach out to us on any of the communication channels given on our website https://move2kube.konveyor.io/

0 comments on commit d5a16c4

Please sign in to comment.