Change zsh aliases
This commit is contained in:
@@ -54,16 +54,13 @@ export PATH=$PATH:$HOME/.local/bin:$HOME/scripts
|
|||||||
alias fontslist="fc-list :scalable=true:spacing=mono: family"
|
alias fontslist="fc-list :scalable=true:spacing=mono: family"
|
||||||
alias fontscache="fc-cache -f -v"
|
alias fontscache="fc-cache -f -v"
|
||||||
alias accent="echo #98c379"
|
alias accent="echo #98c379"
|
||||||
alias ofen="gcc"
|
alias ofen="cc"
|
||||||
|
alias mon2cam="deno run --unstable -A -r -q https://raw.githubusercontent.com/ShayBox/Mon2Cam/master/src/mod.ts"
|
||||||
|
|
||||||
if [[ -x $(which nvim 2> /dev/null) ]]; then
|
if [[ -x $(which nvim 2> /dev/null) ]]; then
|
||||||
alias vim="nvim"
|
alias vim="nvim"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
alias updoot="yay -Syu"
|
|
||||||
alias dhl="yay"
|
|
||||||
|
|
||||||
alias sa="ssh-add"
|
|
||||||
alias sag="ssh-add ~/.ssh/github"
|
alias sag="ssh-add ~/.ssh/github"
|
||||||
|
|
||||||
alias s="cd ~/scripts/"
|
alias s="cd ~/scripts/"
|
||||||
@@ -180,4 +177,3 @@ fancy-ctrl-z () {
|
|||||||
}
|
}
|
||||||
zle -N fancy-ctrl-z
|
zle -N fancy-ctrl-z
|
||||||
bindkey '^Z' fancy-ctrl-z
|
bindkey '^Z' fancy-ctrl-z
|
||||||
alias mon2cam="deno run --unstable -A -r -q https://raw.githubusercontent.com/ShayBox/Mon2Cam/master/src/mod.ts"
|
|
||||||
|
|||||||
Reference in New Issue
Block a user