diff --git a/.gitconfig b/.gitconfig index 76ac90f..aab0682 100644 --- a/.gitconfig +++ b/.gitconfig @@ -1,11 +1,13 @@ [credentials] helper = store [user] - name = Michael Scalzetti - email = maestromike5@gmail.com + name = John Doe + email = jdoe@example.com [credential] helper = store [git] rebase = false [pull] rebase = false +[init] + defaultBranch = main diff --git a/.zshrc b/.zshrc index e0f5b32..2866da3 100644 --- a/.zshrc +++ b/.zshrc @@ -43,25 +43,25 @@ promptinit PROMPT="[%F{001}%n%F{reset}] %F{069}%1~%F{reset} > " RPROMPT=$'$(vcs_info_wrapper) %h | %T' -export PATH="/usr/sbin:/home/michael/.local/bin/:$PATH" +export PATH="/usr/sbin:/home/$USER/.local/bin:$PATH" bindkey '\e[F' end-of-line bindkey '\e[H' beginning-of-line +bindkey '^[[3~' delete-char # ALIASES alias k="kubectl" alias d="docker" -alias dc="docker-compose" +alias dc="docker compose" +alias docker-compose="docker compose" alias dl="curl -LOJ" alias outline="/home/michael/Applications/Outline-Client.AppImage 1>/dev/null 2>/dev/null &" -alias la="ls -la" +alias la="ls -la --color=auto" +alias ls="ls --color=auto" tmp(){ cd $(mktemp -d) } # ALIASES -neofetch - - - +fastfetch