Updated zprezto update alias
This commit is contained in:
parent
4bb7cf6c21
commit
604102ee59
1 changed files with 4 additions and 2 deletions
|
|
@ -6,12 +6,14 @@ alias ll='ls -alFh --group-directories-first'
|
|||
alias la='ls -A'
|
||||
alias l='ls -CF'
|
||||
alias colo='ssh cp'
|
||||
alias server='ssh host'
|
||||
alias colosync='ssh syncthing@cp'
|
||||
alias mountpi='sshfs -o idmap=user pi@pi3:/home/pi /home/tracey/pi3'
|
||||
alias unpi='fusermount -u /home/tracey/pi3'
|
||||
alias aptup='sudo zsh -c 'apt update&&apt upgrade&&apt autoremove''
|
||||
alias aptup='sudo zsh -c "apt update&&apt upgrade&&apt autoremove"'
|
||||
alias fixkde='DISPLAY=:0 kwin --replace &'
|
||||
alias gitco='git checkout'
|
||||
alias neonup='pkcon refresh && pkcon update'
|
||||
alias colokontabs='konsole --tabs-from-file ~/git/shell-scripts/home_config/konsole_tabs_colo &'
|
||||
alias colokon='konsole --profile Mikado -e $SHELL -c "echo Hallo Tracey ; ssh cp"'
|
||||
alias zpreztoup='cd /home/tracey/.zprezto && git fetch && git merge --ff-only && git submodule update --init --recursive'
|
||||
alias zpreztoup='cd /home/tracey/.zprezto && git fetch origin && git merge origin --ff-only && git submodule update --remote --init --recursive'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue