Files
.dotfiles/.bin/myhelp

26 lines
741 B
Plaintext
Raw Normal View History

2024-12-22 01:21:31 +04:00
#!/bin/bash
myhelp() {
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
2024-12-22 01:31:57 +04:00
EOF
2024-12-22 01:21:31 +04:00
}
2024-12-22 01:24:51 +04:00
myhelp