First commit

This commit is contained in:
Yorick Barbanneau 2023-03-16 01:05:06 +01:00
commit ab19d3a1e5
7 changed files with 115 additions and 0 deletions

5
includes/90.alias.zsh Normal file
View file

@ -0,0 +1,5 @@
alias ls="ls --color"
alias vim=nvim
alias ssh='TERM="xterm-256color" ssh'
alias -s pdf="zathura"
alias -s jpg="imv-wayland"