Skip to content

Commit

Permalink
zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
mosheavni committed Nov 20, 2024
1 parent b022da8 commit c04461c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion .zshenv
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
source ~/zsh.d/functions.zsh
source ~/zsh.d/aliases.zsh
1 change: 1 addition & 0 deletions .zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ bindkey '^[\' zsh_gh_copilot_suggest # bind Alt+\ to suggest
for ZSH_FILE in "${ZDOTDIR:-$HOME}"/zsh.d/*.zsh(N); do
source "${ZSH_FILE}"
done
[[ -f $HOME/corp-aliases.sh ]] && source $HOME/corp-aliases.sh

# ================ #
# Kubectl Contexts #
Expand Down
1 change: 1 addition & 0 deletions zsh.d/aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ alias -g Wt='while :;do '
alias -g Wr=' | while read -r line;do echo "=== $line ==="; '
alias -g D=';done'
alias -g S='| sort'
alias -g V='| nvim'
alias -g SRT='+short | sort'
alias -g Sa='--sort-by=.metadata.creationTimestamp'
alias -g Srt='--sort-by=.metadata.creationTimestamp'
Expand Down

0 comments on commit c04461c

Please sign in to comment.