~/.local/share/fish/fish_history
history -t -R
~/.config/fish/config.fish
set -x varName "content"
Alt + d
CTRL + w
function fish_prompt; echo (whoami)@(hostname) (date +"%Y.%m.%d_%T")" > "; end
~/.local/share/fish/fish_history
history -t -R
~/.config/fish/config.fish
set -x varName "content"
Alt + d
CTRL + w
function fish_prompt; echo (whoami)@(hostname) (date +"%Y.%m.%d_%T")" > "; end