mirror of
https://github.com/1xtier/.dotfiles.git
synced 2026-03-17 10:57:57 +00:00
MyHelp script
This commit is contained in:
26
.bin/myhelp
Normal file
26
.bin/myhelp
Normal file
@@ -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
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user