Compare commits
2 commits
80bc730cd3
...
30d1fb1326
Author | SHA1 | Date | |
---|---|---|---|
30d1fb1326 | |||
e276af98a8 |
2 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,6 @@ i3lock
|
|||
keepassxc
|
||||
keepmenu
|
||||
less
|
||||
lf
|
||||
mpv
|
||||
neovim
|
||||
nextcloud-client
|
||||
|
@ -28,6 +27,7 @@ plexamp-appimage
|
|||
pulseaudio-control
|
||||
picom
|
||||
polybar
|
||||
ranger
|
||||
rsync
|
||||
sxiv
|
||||
rofi
|
||||
|
|
3
.zshrc
3
.zshrc
|
@ -20,6 +20,7 @@ SAVEHIST=10000
|
|||
alias lss="ls -lah"
|
||||
alias yt-dlp-mp4="yt-dlp --no-config --format 'bv*[ext=mp4]+ba[ext=m4a]/b[ext=mp4]'"
|
||||
alias t="todo.sh"
|
||||
alias r="ranger"
|
||||
|
||||
alias gco="git checkout"
|
||||
alias gcm="git commit -m"
|
||||
|
@ -46,3 +47,5 @@ export NVM_DIR="$HOME/.nvm"
|
|||
export PATH="$HOME/.dotnet/tools:$PATH"
|
||||
export PATH="$HOME/.yarn/bin:$PATH"
|
||||
|
||||
# Emacs Mode
|
||||
bindkey -e
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue