mirror of
https://github.com/VectorKappa/dotfiles.git
synced 2025-12-19 00:06:12 +01:00
Modify the mirrorup command to include more mirrors, linting of zsh
This commit is contained in:
@@ -89,7 +89,10 @@ alias please='sudo'
|
||||
alias simon-says='sudo'
|
||||
alias runhis="anyframe-widget-execute-history"
|
||||
|
||||
alias gitup='for dir in $(find . -name ".git"); do cd ${dir%/*}; pwd ; git pull ; cd -; done'
|
||||
|
||||
# Default xclip to use Ctrl-c/Ctrl-v clipboard
|
||||
alias xclip="xclip -selection c"
|
||||
alias :q="exit"
|
||||
alias mirrorup='sudo reflector --verbose -c Poland -c Germany -c France -l 10 -a 2 -p https --sort rate --save /etc/pacman.d/mirrorlist'
|
||||
alias mirrorup='sudo reflector --verbose -c Poland -c Germany -c France -l 25 -a 2 -p https --sort rate --save /etc/pacman.d/mirrorlist'
|
||||
alias lock="swaylock --screenshots --clock --indicator --indicator-radius 100 --indicator-thickness 7 --effect-blur 7x5 --effect-vignette 0.5:0.5 --ring-color bb00cc --key-hl-color 880033 --line-color 00000000 --inside-color 00000088 --separator-color 00000000 --grace 2 --fade-in 0.2"
|
||||
|
||||
@@ -202,7 +202,7 @@ gpg-connect-agent updatestartuptty /bye >/dev/null
|
||||
|
||||
|
||||
[ "$TERM" = "xterm-kitty" ] && (alias ssh="kitten ssh"; eval "kitten run-shell";)
|
||||
[ "$TERMUX_APK_RELEASE" = "F_DROID" ] && eval `okc-ssh-agent`
|
||||
[ "$TERMUX_APK_RELEASE" = "F_DROID" ] && (eval `okc-ssh-agent`)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user