update
This commit is contained in:
parent
5dab85e5e2
commit
59f95846ed
189 changed files with 47550 additions and 4 deletions
5
.zshrc
5
.zshrc
|
|
@ -8,6 +8,7 @@ export EDITOR='nvim'
|
|||
export GEM_HOME="$HOME/gems"
|
||||
export PATH="$HOME/.local/bin:$HOME/gems/bin:/usr/local/go/bin:$HOME/go/bin:/home/linuxbrew/.linuxbrew/bin:$PATH"
|
||||
export GOBIN=~/go/bin
|
||||
export BAT_THEME="Catppuccin Mocha"
|
||||
#eval $(thefuck --alias)
|
||||
#
|
||||
alias tf=terraform
|
||||
|
|
@ -17,6 +18,10 @@ alias vim='nvim'
|
|||
alias c='clear'
|
||||
alias pwsh='pwsh -NoLogo'
|
||||
alias pbpaste='xclip -selection clipboard -o'
|
||||
alias ls='eza'
|
||||
alias ll='eza -l'
|
||||
alias tree='eza -T'
|
||||
alias cat='bat'
|
||||
|
||||
#
|
||||
## Initialization code that may require console input (password prompts, [y/n]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue