mirror of
https://github.com/xHyroM/dotfiles.git
synced 2024-11-10 01:18:06 +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 cat="bat" # use bat - https://github.com/sharkdp/bat
|
||||||
alias ssh="kitty +kitten ssh"
|
alias ssh="kitty +kitten ssh"
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
alias zig="zigd" # dont't want to type zigd everytime
|
|
||||||
|
|
||||||
function pacman {
|
function pacman {
|
||||||
if [[ $1 == "ru" ]]; then
|
if [[ $1 == "ru" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue