Add comments
This commit is contained in:
parent
3864f2f932
commit
ba399343fb
2 changed files with 2 additions and 1 deletions
|
@ -78,7 +78,7 @@ alias ~="cd ~/"
|
|||
#Goes up to the public_html folder
|
||||
alias ph='cd ${PWD%/public_html*}/public_html'
|
||||
|
||||
#Goes up to the public_html folder
|
||||
#Edit wp-config.php using $EDITOR
|
||||
alias conf='$EDITOR ${PWD%/public_html*}/public_html/wp-config.php'
|
||||
|
||||
# Quit the terminal using :q (The same as Vi/Vim)
|
||||
|
|
|
@ -187,6 +187,7 @@ function themes() {
|
|||
fi
|
||||
}
|
||||
|
||||
#This function toggles debug in wp-config
|
||||
function debugToggle(){
|
||||
public_html=${PWD%/public_html*}/public_html
|
||||
if [ -d $public_html ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue