Remove pygmentize now that were using bat instead, add aliases for wl-copy, wl-paste
This commit is contained in:
parent
9618856ecf
commit
4b66d3bbcb
1 changed files with 3 additions and 2 deletions
|
|
@ -28,8 +28,6 @@ export PATH="$HOME/.local/nvim/bin:$PATH"
|
||||||
alias ls="eza -a"
|
alias ls="eza -a"
|
||||||
alias ll="eza --long --header -a"
|
alias ll="eza --long --header -a"
|
||||||
alias tree="eza --tree --level=2"
|
alias tree="eza --tree --level=2"
|
||||||
## Pygments
|
|
||||||
alias cat="pygmentize -g"
|
|
||||||
## Neovim
|
## Neovim
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
## Lazygit
|
## Lazygit
|
||||||
|
|
@ -40,6 +38,9 @@ alias neofetch="fastfetch"
|
||||||
alias cat="bat"
|
alias cat="bat"
|
||||||
## fzf
|
## fzf
|
||||||
alias fzf='fzf --preview "bat --color=always --style=numbers --line-range=:500 {}"'
|
alias fzf='fzf --preview "bat --color=always --style=numbers --line-range=:500 {}"'
|
||||||
|
## wl-copy
|
||||||
|
alias wlc="wl-copy"
|
||||||
|
alias wlp="wl-paste"
|
||||||
|
|
||||||
eval "$(zoxide init zsh --cmd cd)"
|
eval "$(zoxide init zsh --cmd cd)"
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue