reorganized aliases and added new aliases
This commit is contained in:
parent
a25c267c22
commit
c49c535987
18
.zshrc
18
.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
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user