This repository has been archived on 2024-09-06. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
zsh_config/includes/90.alias.zsh
2023-03-16 01:05:06 +01:00

5 lines
125 B
Bash

alias ls="ls --color"
alias vim=nvim
alias ssh='TERM="xterm-256color" ssh'
alias -s pdf="zathura"
alias -s jpg="imv-wayland"