diff options
author | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-12-01 20:44:09 +0700 |
---|---|---|
committer | Nguyễn Gia Phong <vn.mcsinyx@gmail.com> | 2019-12-01 20:44:09 +0700 |
commit | 4aeb2084faf18d7eb31d442651086504d87576e9 (patch) | |
tree | c6ad66fcdc6ebd7a014d7537a51a5b25a0ae67f3 /debian | |
parent | d510a821657190ed3f8778eda7d64c163c4c290c (diff) | |
download | dotfiles-4aeb2084faf18d7eb31d442651086504d87576e9.tar.gz |
Update 2019-12-01
Diffstat (limited to 'debian')
-rw-r--r-- | debian/.bashrc | 3 | ||||
-rw-r--r-- | debian/.xinitrc | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/.bashrc b/debian/.bashrc index f5a91aa..8316d8c 100644 --- a/debian/.bashrc +++ b/debian/.bashrc @@ -118,6 +118,9 @@ if ! shopt -oq posix; then fi fi +# fzf ** completion +source /usr/share/doc/fzf/examples/completion.bash + stty -ixon # emacs input set -o emacs diff --git a/debian/.xinitrc b/debian/.xinitrc index c68dda4..598bd05 100644 --- a/debian/.xinitrc +++ b/debian/.xinitrc @@ -6,7 +6,6 @@ mate-power-manager & ibus-daemon -drx blueman-applet & nm-applet & -urxvtd -q -f -o keynav & diodon & exec awesome |