Fish: Remove melonDS, fastcp, /usr/local/bin

This commit is contained in:
Phantop 2019-05-13 21:18:46 -04:00
parent a1101318d5
commit 4a379496fe
3 changed files with 1 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# PATHS #
set -gx ANDROID_HOME $D/Installs/Android/sdk
set fish_user_paths $D/Tools $ANDROID_HOME/platform-tools /sbin /bin /usr/sbin /usr/bin /usr/local/sbin /usr/local/bin
set fish_user_paths $D/Tools $ANDROID_HOME/platform-tools /sbin /bin /usr/sbin /usr/bin
set fish_function_path $D/Games/Minecraft/Game/functions $fish_function_path
# PROGRAM SETTINGS #

View File

@ -1,3 +0,0 @@
function fastcp
rsync -avhcP --no-compress $argv
end

View File

@ -1,4 +0,0 @@
function melonDS
cd $D/Games/Emulators/melonDS/
command melonDS $argv
end