mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-12 18:28:07 +01:00
remove zig alias, use hardlink
This commit is contained in:
parent
61bf68e336
commit
c1ea8971cb
1 changed files with 0 additions and 1 deletions
1
.zshrc
1
.zshrc
|
@ -102,7 +102,6 @@ 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 type zigd everytime
|
||||
|
||||
function pacman {
|
||||
if [[ $1 == "ru" ]]; then
|
||||
|
|
Loading…
Reference in a new issue