More updateeeeeee
This commit is contained in:
@@ -301,7 +301,7 @@ binds {
|
||||
Mod+Return { spawn "alacritty"; }
|
||||
Mod+D { spawn "wofi"; }
|
||||
Mod+Shift+L { spawn "swaylock"; }
|
||||
Mod+E { spawn "nautilus"; }
|
||||
Mod+E { spawn "nemo"; }
|
||||
|
||||
// You can also use a shell. Do this if you need pipes, multiple commands, etc.
|
||||
// Note: the entire command goes as a single argument in the end.
|
||||
|
||||
@@ -36,6 +36,8 @@ Plug 'preservim/nerdtree'
|
||||
" Plug 'airblade/vim-gitgutter'
|
||||
Plug 'preservim/nerdtree'
|
||||
" Plug 'ryanoasis/vim-devicons'
|
||||
Plug 'godlygeek/tabular'
|
||||
Plug 'preservim/vim-markdown'
|
||||
|
||||
call plug#end()
|
||||
|
||||
|
||||
11
zsh/.zshrc
11
zsh/.zshrc
@@ -62,7 +62,7 @@ plugins=(
|
||||
archlinux
|
||||
sudo
|
||||
tmux
|
||||
arduino-cli
|
||||
kubectl
|
||||
)
|
||||
|
||||
source $ZSH/oh-my-zsh.sh
|
||||
@@ -153,3 +153,12 @@ alias bruh="echo 'bruh' | cowsay"
|
||||
# source /usr/share/nvm/init-nvm.sh
|
||||
|
||||
alias ip="ip --color"
|
||||
|
||||
|
||||
# Aliases for bun (bun.sh)
|
||||
|
||||
alias brd="bun run dev"
|
||||
alias bi="bun install"
|
||||
alias ba="bun add"
|
||||
alias brb="bun run build"
|
||||
alias brp="bun run preview"
|
||||
|
||||
Reference in New Issue
Block a user