diff options
author | oreodave <aryadevchavali1@gmail.com> | 2020-04-12 01:54:16 +0100 |
---|---|---|
committer | oreodave <aryadevchavali1@gmail.com> | 2020-04-12 01:54:16 +0100 |
commit | 2904ea97d7e9c2f2d769ffd9f065de81674419b8 (patch) | |
tree | de83766ea9a33dd03ca8e5767b3123d10c086d31 /zshrc | |
parent | c92805a63add2374662f42f4c9a1b89c0ff825ba (diff) | |
download | dotfiles-2904ea97d7e9c2f2d769ffd9f065de81674419b8.tar.gz dotfiles-2904ea97d7e9c2f2d769ffd9f065de81674419b8.tar.bz2 dotfiles-2904ea97d7e9c2f2d769ffd9f065de81674419b8.zip |
+fzf config to zsh
Diffstat (limited to 'zshrc')
-rw-r--r-- | zshrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -12,6 +12,7 @@ alias paste="xclip -o" alias ls="ls --color=auto" alias l="ls -la" alias md="mkdir" +alias fzf="fzf --layout=reverse --height=20" export force_color_prompt=yes export ZSH_THEME="af-magic" export XDG_RUNTIME_DIR=/run/user/`id -u` |