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