瀏覽代碼

fix alias port upgrade

pull/1/head
10sr 12 年之前
父節點
當前提交
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%'"


Loading…
取消
儲存