Update .bash_aliases
This commit is contained in:
@@ -9,6 +9,8 @@ alias d='docker'
|
|||||||
alias dc='docker compose'
|
alias dc='docker compose'
|
||||||
alias dotpull='echo "🔄 Updating dotfiles..." && git -C ~/.dotfiles pull && echo "✅ Done."'
|
alias dotpull='echo "🔄 Updating dotfiles..." && git -C ~/.dotfiles pull && echo "✅ Done."'
|
||||||
|
|
||||||
|
alias reloadbash='source ~/.bashrc && echo "Bash config reloaded."'
|
||||||
|
|
||||||
linkdocker() {
|
linkdocker() {
|
||||||
if [ -e ~/docker ] && [ ! -L ~/docker ]; then
|
if [ -e ~/docker ] && [ ! -L ~/docker ]; then
|
||||||
echo "~/docker exists and is not a symlink. Not replacing."
|
echo "~/docker exists and is not a symlink. Not replacing."
|
||||||
|
|||||||
Reference in New Issue
Block a user