based on rage-quit support for bash
Put the files below inside ~/.oh-my-zsh/custom/plugins/fuck
Add fuck
to the loaded plugins inside your .zshrc
, and enjoy. Autocomplete is included.
use std::{fmt, ops}; | |
pub struct Array2D<T> { | |
width: usize, | |
height: usize, | |
data: Box<[T]>, | |
} | |
impl<T> Array2D<T> { | |
pub fn new(size: (usize, usize)) -> Self |
based on rage-quit support for bash
Put the files below inside ~/.oh-my-zsh/custom/plugins/fuck
Add fuck
to the loaded plugins inside your .zshrc
, and enjoy. Autocomplete is included.
There are 3 examples in this directory using different libraries: