mirror of
https://github.com/Phantop/dotfiles
synced 2024-12-31 17:27:21 +00:00
Fish: Remove melonDS, fastcp, /usr/local/bin
This commit is contained in:
parent
a1101318d5
commit
4a379496fe
|
@ -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 #
|
||||
|
|
|
@ -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