diff --git a/.zshrc b/.zshrc index 37e9629..e0f5b32 100644 --- a/.zshrc +++ b/.zshrc @@ -23,9 +23,6 @@ ZSH_HIGHLIGHT_STYLES[path_prefix]=none autoload -U compinit; compinit autoload -Uz promptinit -tmp(){ - cd $(mktemp -d) -} setopt prompt_subst autoload -Uz vcs_info @@ -47,11 +44,22 @@ 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" +bindkey '\e[F' end-of-line +bindkey '\e[H' beginning-of-line + +# ALIASES +alias k="kubectl" +alias d="docker" +alias dc="docker-compose" alias dl="curl -LOJ" alias outline="/home/michael/Applications/Outline-Client.AppImage 1>/dev/null 2>/dev/null &" alias la="ls -la" -bindkey '\e[F' end-of-line -bindkey '\e[H' beginning-of-line +tmp(){ + cd $(mktemp -d) +} + +# ALIASES + neofetch