瀏覽代碼

updates

master
mort 9 年之前
父節點
當前提交
7c3ff1bdf5
共有 3 個文件被更改,包括 3 次插入2 次删除
  1. 1
    1
      bin/mshot
  2. 1
    1
      dotfiles/zshalias
  3. 1
    0
      setup.sh

+ 1
- 1
bin/mshot 查看文件

@@ -6,7 +6,7 @@ if [ "$1" = "" ]; then
echo "mshot <name>"
fi

sleep 0.1
sleep 0.2
DIR=$(mktemp -d /tmp/mupload.XXXXXXXXXX)

if [ "$OS" = "Darwin" ]; then

+ 1
- 1
dotfiles/zshalias 查看文件

@@ -4,5 +4,5 @@ alias sudo="sudo env PATH=$PATH"

function irc
{
attach $1 | tee >(mbell "irc $1")
attach irc$1 | tee >(mbell "irc $1")
}

+ 1
- 0
setup.sh 查看文件

@@ -46,6 +46,7 @@ check_command "curl"
check_command "sudo"
check_command "mutt"
check_command "w3m"
check_command "clisp"

if [ $issues -ne 0 ]; then
echo "Some things are missing. Continue? (y/n)"

Loading…
取消
儲存