added zsh_aliases
This commit is contained in:
parent
4079d5fded
commit
fc51686391
|
|
@ -0,0 +1,16 @@
|
||||||
|
#My aliases
|
||||||
|
alias openskylab="sudo openvpn ~/.openvpn/OPNsense-udp-1194.ovpn"
|
||||||
|
alias reload="source ~/.zshrc"
|
||||||
|
alias torrent="transmission-remote -n 'transmission:transmission' -a"
|
||||||
|
alias mirror="sudo reflector --protocol https --latest 50 --number 20 --sort rate --save /etc/pacman.d/mirrorlist"
|
||||||
|
alias v="f -e nvim" #quick opening files with vim
|
||||||
|
alias m="f -e mpv" #quick opening files with mpv
|
||||||
|
alias o="a -e xdg-open" #quick opening files with xdg-open
|
||||||
|
alias ..="cd .."
|
||||||
|
alias play="ncmpcpp -S visualizer"
|
||||||
|
alias userkey="gpg --search-keys"
|
||||||
|
alias wspeedd="speedometer -rx wlp11s0"
|
||||||
|
alias wspeedu="speedometer -tx wlp11s0"
|
||||||
|
alias edis='expressvpn disconnect'
|
||||||
|
alias aws1='ssh ubuntu@ec2-18-196-102-236.eu-central-1.compute.amazonaws.com'
|
||||||
|
alias gcp='gcloud compute ssh instance-1'
|
||||||
19
.zshrc
19
.zshrc
|
|
@ -142,25 +142,6 @@ eval "$(fasd --init auto)"
|
||||||
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
|
# plugins, and themes. Aliases can be placed here, though oh-my-zsh
|
||||||
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
|
# users are encouraged to define aliases within the ZSH_CUSTOM folder.
|
||||||
# For a full list of active aliases, run `alias`.
|
# For a full list of active aliases, run `alias`.
|
||||||
#
|
|
||||||
# Example aliases
|
|
||||||
# alias zshconfig="mate ~/.zshrc"
|
|
||||||
# alias ohmyzsh="mate ~/.oh-my-zsh"
|
|
||||||
alias openskylab="sudo openvpn ~/.openvpn/OPNsense-udp-1194.ovpn"
|
|
||||||
alias reload="source ~/.zshrc"
|
|
||||||
alias torrent="transmission-remote -n 'transmission:transmission' -a"
|
|
||||||
alias mirror="sudo reflector --protocol https --latest 50 --number 20 --sort rate --save /etc/pacman.d/mirrorlist"
|
|
||||||
alias v="f -e nvim" #quick opening files with vim
|
|
||||||
alias m="f -e mpv" #quick opening files with mpv
|
|
||||||
alias o="a -e xdg-open" #quick opening files with xdg-open
|
|
||||||
alias ..="cd .."
|
|
||||||
alias play="ncmpcpp -S visualizer"
|
|
||||||
alias userkey="gpg --search-keys"
|
|
||||||
alias wspeedd="speedometer -rx wlp11s0"
|
|
||||||
alias wspeedu="speedometer -tx wlp11s0"
|
|
||||||
alias edis='expressvpn disconnect'
|
|
||||||
alias aws1='ssh ubuntu@ec2-18-196-102-236.eu-central-1.compute.amazonaws.com'
|
|
||||||
alias gcp='gcloud compute ssh instance-1'
|
|
||||||
|
|
||||||
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
[ -f ~/.fzf.zsh ] && source ~/.fzf.zsh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue