dotfiles/dot_config/private_fish/alias.fish.tmpl
2024-01-17 10:24:24 +09:00

30 lines
838 B
Cheetah

# alias bash "bash --init-file $XDG_CONFIG_HOME/bash/bashrc"
# alias vimpager "vimpager -c \"silent call <SNR>1_ToggleLess()\" "
# subversion
# alias svn 'svn --config-dir "$XDG_CONFIG_HOME"/subversion'
# cargo (rust)
# if type -q cargo
# alias ca 'cargo'
# end
# if type -q source-highlight
# alias ccat "source-highlight --out-format esc -o STDOUT -i"
# # alias pcat "source-highlight --out-format esc -o STDOUT"
# alias pcat "/usr/bin/source-highlight-esc.sh "
# end
# if type -q abcde && test -f $XDG_CONFIG_HOME/abcde.conf
# alias abcde "abcde -c ~/.config/abcde.conf"
# end
# if type -q newsboat
# alias news "pkill newsboat; timeout 10m newsboat; setsid $XDG_CONFIG_HOME/newsboat/ytdl.fish > /dev/null 2>&1"
# end
if type -q yarn
alias yarn "yarn --use-yarnrc '$XDG_CONFIG_HOME/yarn/config'"
end