diff options
author | Adrian Kummerlaender | 2017-01-28 22:00:08 +0100 |
---|---|---|
committer | Adrian Kummerlaender | 2017-01-29 21:06:19 +0100 |
commit | b5f7eef7ee6a428ad1709b9291f9ed6655d48da0 (patch) | |
tree | 162d9f02b7315140ba793ccba0dbab8e47eb4d50 /fish | |
parent | ae2ac4586989b84fb5681a8ddb00863bc06efabf (diff) | |
download | dotfiles-b5f7eef7ee6a428ad1709b9291f9ed6655d48da0.tar dotfiles-b5f7eef7ee6a428ad1709b9291f9ed6655d48da0.tar.gz dotfiles-b5f7eef7ee6a428ad1709b9291f9ed6655d48da0.tar.bz2 dotfiles-b5f7eef7ee6a428ad1709b9291f9ed6655d48da0.tar.lz dotfiles-b5f7eef7ee6a428ad1709b9291f9ed6655d48da0.tar.xz dotfiles-b5f7eef7ee6a428ad1709b9291f9ed6655d48da0.tar.zst dotfiles-b5f7eef7ee6a428ad1709b9291f9ed6655d48da0.zip |
Implement i3 drop down terminal bound to `Menu` key
Diffstat (limited to 'fish')
-rw-r--r-- | fish/.config/fish/config.fish | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index e4ea861..f47ea1a 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -23,7 +23,7 @@ set fish_color_quote brown set fish_color_autosuggestion 555 if [ (hostname) = "obelix" ] - set PATH $PATH /usr/local/bin/ /usr/local/texlive/2014/bin/x86_64-linux ~/.cabal/bin/ ~/.gem/ruby/2.4.0/bin/ + set PATH $PATH /usr/local/bin/ /usr/local/texlive/2014/bin/x86_64-linux ~/.cabal/bin/ ~/.local/bin/ ~/.gem/ruby/2.4.0/bin/ alias i='sxiv' alias orb='open ~/webarchive/data/(ls ~/webarchive/data/ | sort -R | head -n 1)/index.html' |