Files
.dotfiles/.bin/myhelp

27 lines
749 B
Plaintext
Raw Normal View History

2024-12-22 01:21:31 +04:00
#!/bin/bash
myhelp() {
cat << EOF
-----------------------------------------------------
## ## ## ## ## ## ###### ## #####
### ### ## ## ## ## ## ## ## ##
####### ## ## ## ## ## ## ## ##
## # ## #### ###### #### ## #####
## ## ## ## ## ## ## ##
## ## ## ## ## ## ## ##
## ## ## ## ## ###### ###### ##
-----------------------------------------------------
EOF
cat << EOF
alias yz | yazi
alias myzsh | source ~/.zshrc
alias ll | Comand ls -la
alias z | Command cd ..
alias zz | Command cd ../..
alias rmdir | Command rm -rf
alias st | Command systemctl
EOF
}