diff options
author | Adrian Kummerlaender | 2016-10-12 12:17:30 +0200 |
---|---|---|
committer | Adrian Kummerlaender | 2016-10-12 13:47:40 +0200 |
commit | e605a3f6c15488118ec63d4753b51a1df6a11323 (patch) | |
tree | 437789aa42ff63fb7e93fa479519f532f26c5093 /fish | |
parent | 4f93a0e96cb4c8c1f081c704220a33a1cc4d5a3b (diff) | |
download | dotfiles-e605a3f6c15488118ec63d4753b51a1df6a11323.tar dotfiles-e605a3f6c15488118ec63d4753b51a1df6a11323.tar.gz dotfiles-e605a3f6c15488118ec63d4753b51a1df6a11323.tar.bz2 dotfiles-e605a3f6c15488118ec63d4753b51a1df6a11323.tar.lz dotfiles-e605a3f6c15488118ec63d4753b51a1df6a11323.tar.xz dotfiles-e605a3f6c15488118ec63d4753b51a1df6a11323.tar.zst dotfiles-e605a3f6c15488118ec63d4753b51a1df6a11323.zip |
Add `dict` dictionary popup terminal to scratchpad
Diffstat (limited to 'fish')
-rw-r--r-- | fish/.config/fish/config.fish | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fish/.config/fish/config.fish b/fish/.config/fish/config.fish index 2ab337d..e1d9aa7 100644 --- a/fish/.config/fish/config.fish +++ b/fish/.config/fish/config.fish @@ -7,7 +7,6 @@ set fish_greeting "" alias csi='csi -q' alias i='sxiv' -alias dict='sdcv' alias mp3-dl='youtube-dl --extract-audio --audio-format mp3' alias weather='curl wttr.in/Karlsruhe' |