Ver código fonte

updates

master
mort 9 anos atrás
pai
commit
7c3ff1bdf5
3 arquivos alterados com 3 adições e 2 exclusões
  1. 1
    1
      bin/mshot
  2. 1
    1
      dotfiles/zshalias
  3. 1
    0
      setup.sh

+ 1
- 1
bin/mshot Ver arquivo

@@ -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 Ver arquivo

@@ -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 Ver arquivo

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

Carregando…
Cancelar
Salvar