diff options
Diffstat (limited to '')
-rw-r--r-- | bashrc | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -84,6 +84,10 @@ alias brandom='beet play "$(beet random -p)"' alias qn2firefox='pandoc /home/lemon/Documents/Notes/quicknote.md -o /tmp/quicknote.html && firefox /tmp/quicknote.html' alias sync-tunnel='ssh -N -L 9090:127.0.0.1:8384 syncthing@syncthing-ct.banded-neon.ts.net' +grepfishhistory () { + grep "$1" ~/.local/share/fish/fish_history |cut -f3- -d' ' +} + # Environment variables export LEDGER_FILE="$HOME/Budget/hledger/budget.ledger" #export TERM="screen-256color" arch wiki says not to set this here. |