Skip to content

Commit

Permalink
feat(zsh): ѕмαℓℓ тωєαкѕ 🐚
Browse files Browse the repository at this point in the history
  • Loading branch information
xero committed Jul 30, 2023
1 parent a5a65df commit b53a95a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion zsh/.config/zsh/01-environment.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export STARSHIP_CACHE="$XDG_CACHE_HOME"/starship
export TFENV="$XDG_DATA_HOME"/terraform

#█▓▒░ paths
export PATH=/usr/sbin:/usr/local/sbin:$HOME/.local/bin:$CARGO_HOME/bin:$GOPATH/bin:$NPM_CONFIG_PREFIX/bin:$TFENV/bin:$PATH
export PATH=/usr/sbin:/usr/local/sbin:$HOME/.local/bin:$CARGO_HOME/bin:$GOPATH/bin:$NPM_CONFIG_PREFIX/bin:$TFENV/bin:/snap/bin:$XDG_DATA_HOME/nvim/mason/bin:$PATH

#█▓▒░ man
export MANPAGER='nvim --cmd ":lua vim.g.noplugins=1" +Man!'
Expand Down
2 changes: 2 additions & 0 deletions zsh/.config/zsh/06-aliases.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ alias y="yank"
alias k="vpnns -- kubectl"
alias kx="kubectx"
alias k9s="vpnns -- k9s"
alias tgp="vpnns -- terragrunt plan"
alias tga="vpnns -- terragrunt apply"
alias disks='echo "╓───── m o u n t . p o i n t s"; echo "╙────────────────────────────────────── ─ ─ "; lsblk -a; echo ""; echo "╓───── d i s k . u s a g e";echo "╙────────────────────────────────────── ─ ─ "; df -h;echo "╓───── s w a p s "; echo "╙────────────────────────────────────── ─ ─ "; swapon --show'

#lazy
Expand Down

0 comments on commit b53a95a

Please sign in to comment.