diff --git a/.bin/myhelp b/.bin/myhelp new file mode 100644 index 0000000..e31d245 --- /dev/null +++ b/.bin/myhelp @@ -0,0 +1,26 @@ +#!/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 + +}