mirror of
https://github.com/Phantop/dotfiles
synced 2025-01-18 18:47:34 +00:00
Fish: Remove melonDS, fastcp, /usr/local/bin
This commit is contained in:
parent
a1101318d5
commit
4a379496fe
|
@ -1,6 +1,6 @@
|
||||||
# PATHS #
|
# PATHS #
|
||||||
set -gx ANDROID_HOME $D/Installs/Android/sdk
|
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
|
set fish_function_path $D/Games/Minecraft/Game/functions $fish_function_path
|
||||||
|
|
||||||
# PROGRAM SETTINGS #
|
# PROGRAM SETTINGS #
|
||||||
|
|
|
@ -1,3 +0,0 @@
|
||||||
function fastcp
|
|
||||||
rsync -avhcP --no-compress $argv
|
|
||||||
end
|
|
|
@ -1,4 +0,0 @@
|
||||||
function melonDS
|
|
||||||
cd $D/Games/Emulators/melonDS/
|
|
||||||
command melonDS $argv
|
|
||||||
end
|
|
Loading…
Reference in a new issue