mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-12 18:28:07 +01:00
type sounds better than write
This commit is contained in:
parent
5c74cbca59
commit
61bf68e336
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -102,7 +102,7 @@ source $ZSH/oh-my-zsh.sh
|
|||
alias cat="bat" # use bat - https://github.com/sharkdp/bat
|
||||
alias ssh="kitty +kitten ssh"
|
||||
alias vim="nvim"
|
||||
alias zig="zigd" # dont't want to write zigd everytime
|
||||
alias zig="zigd" # dont't want to type zigd everytime
|
||||
|
||||
function pacman {
|
||||
if [[ $1 == "ru" ]]; then
|
||||
|
|
Loading…
Reference in a new issue