mirror of
https://github.com/1xtier/.dotfiles.git
synced 2026-03-17 02:47:56 +00:00
Edit
This commit is contained in:
24
.bin/myhelp
24
.bin/myhelp
@@ -1,24 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
set -e
|
|
||||||
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
|
|
||||||
EOF
|
|
||||||
}
|
|
||||||
|
|
||||||
myhelp
|
|
||||||
Reference in New Issue
Block a user