Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-12-12 | zprofile: Add GALE_DIR | Johannes Löthberg | 1 | -0/+1 | |
2014-12-11 | zprofile: Replace GREP_OPTIONS with alias | Johannes Löthberg | 2 | -2/+2 | |
GREP_OPTIONS is deprecated. | |||||
2014-11-23 | zsh/profile-leeloo: Don’t use gnome-keyring | Johannes Löthberg | 1 | -2/+0 | |
Some issues with gpg 2.1... Let’s see if it’s fixed eventually | |||||
2014-11-23 | zsh/.zprofile: firefox → chromium | Johannes Löthberg | 1 | -1/+1 | |
2014-10-15 | leeloo-profile stuff should only be sourced as my user.. | Johannes Löthberg | 1 | -5/+7 | |
2014-10-15 | zsh/zprofile: add gem to PATH | Johannes Löthberg | 1 | -1/+1 | |
2014-10-15 | zsh/prompt: redid prompt, originally stolen from @HalosGhost | Johannes Löthberg | 1 | -16/+29 | |
2014-10-12 | Don't use systemd --user DBus | Johannes Löthberg | 1 | -1/+0 | |
2014-09-27 | zsh/profile-leeloo: use gnome keyring for gpg-agent | Johannes Löthberg | 1 | -9/+2 | |
2014-09-24 | zsh/zprofile: move dbus address, nuked PREFIX | Johannes Löthberg | 1 | -3/+1 | |
2014-09-24 | zsh/profile-macer: import | Johannes Löthberg | 1 | -0/+5 | |
2014-09-24 | zsh/zshrc: Reorganize slightly | Johannes Löthberg | 1 | -14/+15 | |
2014-09-24 | zsh/zprofile: Prefer US spelling of color | Johannes Löthberg | 1 | -1/+1 | |
2014-09-24 | zsh/zprofile: move XAUTHORITY export | Johannes Löthberg | 1 | -1/+1 | |
2014-09-24 | zsh/zprofile: remove HOSTNAME/FQDN variables, replace with SHORTHOST | Johannes Löthberg | 1 | -6/+4 | |
SHORTHOST to match with the zsh built in HOST variable | |||||
2014-09-24 | zsh/zprofile: don't use lesspipe.sh | Johannes Löthberg | 1 | -2/+0 | |
2014-09-24 | zsh/zprofile: Move browser/terminal over pager | Johannes Löthberg | 1 | -3/+3 | |
2014-09-24 | zsh/zprofile: add two headers | Johannes Löthberg | 1 | -1/+3 | |
2014-09-24 | zsh/zprofile: xdg basedir paths section | Johannes Löthberg | 1 | -0/+1 | |
2014-09-24 | zsh: Split functions and the prompt to own files | Johannes Löthberg | 3 | -55/+46 | |
2014-08-19 | Set DBUS_SESSION_BUSS_ADDRESS | Johannes Löthberg | 1 | -0/+2 | |
2014-08-19 | zsh/aliases: alias unaliased ls | Johannes Löthberg | 1 | -2/+2 | |
2014-08-19 | Move XAUTHORITY to .zprofile | Johannes Löthberg | 2 | -3/+4 | |
2014-08-16 | profile-leeloo: use local::lib to set up perl paths | Johannes Löthberg | 1 | -7/+3 | |
2014-08-14 | zshrc: get_git_branch: Check HEAD file directly | Johannes Löthberg | 1 | -1/+2 | |
This fixes errors from git when in a repo without any commits. Stolen (again) from Earnestly/dotfiles@a855e6bf Original-work-by: Earnestly <zibeon@gmail.com> | |||||
2014-08-13 | profile: moved XAUTHORITY to -leeloo, export GPG_AGENT_INFO properly | Johannes Löthberg | 2 | -2/+5 | |
2014-08-11 | zshrc: source zshrc-hostname instead of environ-hostname | Johannes Löthberg | 1 | -2/+2 | |
2014-08-11 | zsh: merge environ-leeloo into profile-leeloo | Johannes Löthberg | 1 | -1/+7 | |
2014-08-11 | zprofile: Move ssh/gpg-agent things to profile-leeloo | Johannes Löthberg | 2 | -21/+25 | |
2014-08-11 | zshrc: dotglob -> glob_dots | Johannes Löthberg | 1 | -2/+1 | |
2014-08-11 | zshrc: Use cache for completion, auto rehash commands | Johannes Löthberg | 1 | -0/+2 | |
2014-08-11 | zsh: move edit-command-line to keybindings.zsh | Johannes Löthberg | 2 | -2/+1 | |
2014-08-11 | zsh/keybindings: Add home keybindings | Johannes Löthberg | 1 | -5/+8 | |
2014-08-11 | zsh/keybindings: Enable application mode for zle | Johannes Löthberg | 1 | -0/+12 | |
2014-08-11 | zprofile: Switch from gnome-keyring to gpg/ssh-agent | Johannes Löthberg | 1 | -2/+21 | |
2014-08-09 | zshrc: Source $ZDOTDIR/environ-$(hostname -s) if exists | Johannes Löthberg | 1 | -0/+3 | |
2014-08-09 | zprofile: Move xauthority to $HOME/.local/share/xorg | Johannes Löthberg | 1 | -1/+1 | |
2014-08-08 | zshrc: reindent, remove old config loading thing | Johannes Löthberg | 1 | -11/+6 | |
(Why did I just comment it out anyway?) | |||||
2014-08-08 | zshrc: Redid PS1 again, two lines now | Johannes Löthberg | 1 | -10/+9 | |
2014-08-08 | zshrc: Remake PS1 to be more readable using functions | Johannes Löthberg | 1 | -3/+20 | |
2014-08-08 | zshrc: Split out keybindings to keybindings.zsh | Johannes Löthberg | 2 | -48/+71 | |
2014-08-08 | zshrc: replace termite/__vte_osc7 thing with portable version | Johannes Löthberg | 1 | -4/+5 | |
2014-08-08 | zshrc: Add git_get_branch and precmd/preexec … | Johannes Löthberg | 1 | -0/+20 | |
… for for setting window titles | |||||
2014-08-08 | zshrc: Redo autoload/setops | Johannes Löthberg | 1 | -24/+24 | |
2014-08-08 | aliases.zsh: systemctl and sp aliases/functions | Johannes Löthberg | 1 | -0/+30 | |
systemctl aliases/functions, sp and have stolen from grawity's dotfiles | |||||
2014-08-08 | zshrc: Move GPG/SSH agent variable setting to .zprofile | Johannes Löthberg | 2 | -3/+3 | |
2014-08-08 | zprofile: Use source instead of eval for dircolors | Johannes Löthberg | 1 | -1/+1 | |
2014-08-08 | zprofile: add PREFIX, HOSTNAME and FQDN | Johannes Löthberg | 1 | -0/+5 | |
2014-08-08 | zprofile: Simplify VIMINIT and remove comment | Johannes Löthberg | 1 | -2/+1 | |
2014-08-08 | zshrc: split aliases and functions out to aliases.zsh | Johannes Löthberg | 2 | -37/+38 | |