mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Adds cda to cd into local ansible directory
This commit is contained in:
@@ -142,6 +142,7 @@ prompt pure
|
|||||||
#------------------------------ aliases ------------------------------
|
#------------------------------ aliases ------------------------------
|
||||||
|
|
||||||
alias bk='cd "${OLDPWD}"' # change to last directory
|
alias bk='cd "${OLDPWD}"' # change to last directory
|
||||||
|
alias cda='cd "$ANSIBLE_LOCAL"' # change into local ansible directory.
|
||||||
alias cl='printf "\e[H\e[2J"' # clear the terminal
|
alias cl='printf "\e[H\e[2J"' # clear the terminal
|
||||||
alias clear='printf "\e[H\e[2J"' # clear the terminal
|
alias clear='printf "\e[H\e[2J"' # clear the terminal
|
||||||
alias czets='cd "${ZETDIR}"' # move into zettlekasten notes
|
alias czets='cd "${ZETDIR}"' # move into zettlekasten notes
|
||||||
|
|||||||
Reference in New Issue
Block a user