mirror of
https://github.com/aquatix/dotfiles.git
synced 2025-12-06 20:35:11 +01:00
mc without the mouse
This commit is contained in:
@@ -109,11 +109,6 @@ alias pip_upgrade="pip freeze --local | grep -v '^\-e' | cut -d = -f 1 | xargs
|
|||||||
# 20140908 reload tmux config
|
# 20140908 reload tmux config
|
||||||
alias tmux_reload="tmux source-file ~/.tmux.conf"
|
alias tmux_reload="tmux source-file ~/.tmux.conf"
|
||||||
|
|
||||||
# project-oriented aliases
|
|
||||||
alias dcpvag='workon dcp; cd ~/workspace/sanoma/content-library/; vagrant ssh'
|
|
||||||
alias dcpsrc='cd ~/development/current/content-library/src/content_library/; . ~/development/env/bin/activate'
|
|
||||||
alias dcpcelery='python manage.py celery worker -Q celery -l info'
|
|
||||||
|
|
||||||
# update/install Calibre ebook manager
|
# update/install Calibre ebook manager
|
||||||
alias updatecalibre='sudo -v && wget -nv -O- https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('"'"'Download failed\n'"'"'); exec(sys.stdin.read()); main()"'
|
alias updatecalibre='sudo -v && wget -nv -O- https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py | sudo python -c "import sys; main=lambda:sys.stderr.write('"'"'Download failed\n'"'"'); exec(sys.stdin.read()); main()"'
|
||||||
|
|
||||||
@@ -126,6 +121,9 @@ alias weather='ansiweather'
|
|||||||
|
|
||||||
alias pypi_up='python setup.py register sdist --formats=zip upload'
|
alias pypi_up='python setup.py register sdist --formats=zip upload'
|
||||||
|
|
||||||
|
# Use midnight commander without mouse being annoying
|
||||||
|
alias mc='mc -d'
|
||||||
|
|
||||||
# if you're really annoyed with a runaway process
|
# if you're really annoyed with a runaway process
|
||||||
function fuck() {
|
function fuck() {
|
||||||
if killall -9 "$2"; then
|
if killall -9 "$2"; then
|
||||||
|
|||||||
Reference in New Issue
Block a user