ソースを参照

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)"

読み込み中…
キャンセル
保存