Skip to content

Commit

Permalink
lista servers
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Silva committed Aug 18, 2011
1 parent 3521723 commit 7b416c9
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
1 change: 1 addition & 0 deletions config/ubuntu/awesome/rc.lua
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ globalkeys = awful.util.table.join(
awful.key({ modkey, }, "z", function () awful.util.spawn(terminal .. " -e htop") end),
awful.key({ modkey, }, "a", function () awful.util.spawn(terminal .. " -e dstat") end),
awful.key({ modkey, }, "s", function () awful.util.spawn(terminal .. " -e alsamixer") end),
awful.key({ modkey, }, "d", function () awful.util.spawn(terminal .. " -e 'pms -h 192.168.1.123'") end),
-- Prompt
awful.key({ modkey }, "r", function () mypromptbox[mouse.screen]:run() end),

Expand Down
12 changes: 4 additions & 8 deletions config/vim/.netrwhist
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
let g:netrw_dirhistmax =10
let g:netrw_dirhist_cnt =8
let g:netrw_dirhist_cnt =4
let g:netrw_dirhist_1='/home/liquuid/devel/cozinha/src/hackpanel/main'
let g:netrw_dirhist_2='/home/liquuid/devel/cozinha/src/hackpanel/templates/registration'
let g:netrw_dirhist_3='/home/liquuid/devel/cozinha/src/hackpanel'
let g:netrw_dirhist_4='/home/liquuid/devel/cozinha/src/hackpanel/media'
let g:netrw_dirhist_5='/home/liquuid/devel/cozinha/src/hackpanel/media/js'
let g:netrw_dirhist_6='/home/liquuid/devel/cozinha/src/hackpanel/templates/registration'
let g:netrw_dirhist_7='/home/liquuid/devel/table_example/apps/table_example/models'
let g:netrw_dirhist_8='/home/liquuid/devel/cozinha/src/hackpanel/templates/registration'
let g:netrw_dirhist_2='/home/liquuid/devel/cozinha/src/hackpanel'
let g:netrw_dirhist_3='/home/liquuid/devel/cozinha/src/hackpanel/templates'
let g:netrw_dirhist_4='/home/liquuid/devel/cozinha/src/hackpanel/main'
1 change: 1 addition & 0 deletions config/vimrc
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ set ts=4
set sw=4
set smartindent
"set number
set mouse=a
autocmd FileType python runtime! autoload/pythoncomplete.vim

filetype plugin on
Expand Down
3 changes: 3 additions & 0 deletions shell/funcoes
Original file line number Diff line number Diff line change
Expand Up @@ -325,5 +325,8 @@ done

}

..hacklab_servers(){
echo "67.23.13.149 67.23.0.220 67.23.0.111 67.23.3.119 67.23.3.91 67.23.4.160 67.23.7.52 67.23.7.87 67.23.3.116 67.23.3.185 67.23.0.119 67.23.4.30 67.23.6.43 67.23.3.19 67.23.6.14 67.23.2.236 67.23.9.55 67.23.0.169 67.23.6.27 67.23.3.110 67.23.4.231 67.23.3.224"
}


0 comments on commit 7b416c9

Please sign in to comment.