Просмотр исходного кода

fix alias port upgrade

pull/1/head
10sr 12 лет назад
Родитель
Сommit
e3fe978110
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      bashrc

+ 1
- 1
bashrc Просмотреть файл

@@ -176,7 +176,7 @@ null type pacmatic && {

alias ubuntu-upgrade="sudo apt-get autoremove --yes && sudo apt-get update --yes && sudo apt-get upgrade --yes"
alias arch-upgrade="sudo pacman -Syu"
alias port-upgrade="port selfupdate && port sync && port upgrade installed"
alias port-upgrade="sudo port selfupdate && sudo port upgrade outdated && sudo port uninstall leaves"

if iscygwin; then
null type windate || alias windate="/c/Windows/System32/cmd.exe //c 'echo %DATE%-%TIME%'"


Загрузка…
Отмена
Сохранить