Add some stuff

This commit is contained in:
Uttarayan Mondal
2021-06-01 15:10:48 +05:30
parent e8932b1790
commit ca73dba5dc
6 changed files with 102 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
complete -c mctl -n "__fish_use_subcommand" -s p -l player -d 'Specify the player' -r -f -a "both mpd mpris"
complete -c mctl -n "__fish_use_subcommand" -s h -l help -d 'Prints help information'
complete -c mctl -n "__fish_use_subcommand" -s V -l version -d 'Prints version information'

View File

@@ -0,0 +1 @@
alias mbsync 'mbsync -c ~/.config/isync/config'

View File

@@ -0,0 +1,3 @@
export PATH="$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin/:$PATH"
export CC_aarch64_linux_android=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android24-clang
export CARGO_TARGET_AARCH64_LINUX_ANDROID_LINKER=$ANDROID_NDK_HOME/toolchains/llvm/prebuilt/linux-x86_64/bin/aarch64-linux-android24-clang

View File

View File