15 lines
328 B
Fish
Executable File
15 lines
328 B
Fish
Executable File
#
|
|
# ~/.config/fish/configs/fedora_config.fish
|
|
#
|
|
#alias ff='$HOME/.bin/simple_ffprobe_script'
|
|
|
|
alias updateall='sudo dnf upgrade --refresh && flatpak update'
|
|
|
|
if test -x $HOME/.cargo/bin/eza
|
|
fish_add_path $HOME/.cargo/bin
|
|
end
|
|
|
|
if test -f $HOME/.config/fish/configs/uni.fish
|
|
source $HOME/.config/fish/configs/uni.fish
|
|
end
|