This commit is contained in:
js0ny 2025-09-27 02:01:18 +01:00
parent 47b8460825
commit aab24c61b1
2 changed files with 9 additions and 14 deletions

View file

@ -99,10 +99,6 @@ function mtv
mkdir -p (dirname $argv[1]) && touch $argv[1] && nvim $argv[1]
end
function catclip
cat $argv | clip
end
abbr --add bcat "bat --style=plain"
# Use neovide as gVim
@ -175,3 +171,9 @@ function y
end
rm -f -- "$tmp"
end
abbr --add bcnt "emacs -nw $HOME/Documents/Finance/Beancount/"
if command -v chezmoi > /dev/null
alias pmoi="chezmoi --source ~/.local/share/pmoi --config ~/.config/chezmoi/pmoi.toml"
end