1
0
mirror of https://github.com/balkian/dotfiles.git synced 2025-08-23 16:02:19 +00:00

Functions i3 lock/suspend/hibernate

This commit is contained in:
J. Fernando Sánchez
2015-02-23 07:07:14 +01:00
parent 3bc784c4bf
commit 7769406c92
7 changed files with 129 additions and 76 deletions

4
zshrc
View File

@@ -46,8 +46,8 @@ source $ZSH/oh-my-zsh.sh
# Customize to your needs...
autoload -U zmv
alias mmv='noglob zmv -W'
alias e='emacsclient --alternate-editor="" -nw -c'
alias ew='emacsclient --alternate-editor="" -c'
alias e='myemacs -nw'
alias ew='myemacs'
export ALTERNATE_EDITOR=/usr/bin/emacs EDITOR="emacsclient -nw" VISUAL=emacsclient
PYTHONSTARTUP=~/.pythonrc.py