fish config update
This commit is contained in:
parent
7c9e23beb3
commit
6b6e83bcd6
@ -19,7 +19,7 @@ function yy
|
|||||||
rm -f -- "$tmp"
|
rm -f -- "$tmp"
|
||||||
end
|
end
|
||||||
|
|
||||||
cat "$XAUTHORITY" > ~/.Xauthority
|
# cat "$XAUTHORITY" > ~/.Xauthority
|
||||||
|
|
||||||
## EVALS ##
|
## EVALS ##
|
||||||
# eval (/home/linuxbrew/.linuxbrew/bin/brew shellenv)
|
# eval (/home/linuxbrew/.linuxbrew/bin/brew shellenv)
|
||||||
@ -33,7 +33,7 @@ alias zypper 'sudo zypper'
|
|||||||
alias srcfish 'source ~/.config/fish/config.fish'
|
alias srcfish 'source ~/.config/fish/config.fish'
|
||||||
alias pull-st 'bash ~/bin/pull-st.sh'
|
alias pull-st 'bash ~/bin/pull-st.sh'
|
||||||
alias push-st 'bash ~/bin/push-st.sh'
|
alias push-st 'bash ~/bin/push-st.sh'
|
||||||
alias sentinel 'ssh -X admin@192.168.0.108 "/publico/sentinel n"'
|
alias sentinel 'ssh -X admin@192.168.0.108 /publico/sentinel'
|
||||||
alias nb.sentinel 'ssh -X admin@100.88.99.193 "/publico/sentinel n"'
|
alias nb.sentinel 'ssh -X admin@100.88.99.193 "/publico/sentinel n"'
|
||||||
alias glowp 'glow -p'
|
alias glowp 'glow -p'
|
||||||
alias glows 'glow -s dracula'
|
alias glows 'glow -s dracula'
|
||||||
@ -46,6 +46,7 @@ set -Ux EDITOR nvim
|
|||||||
set -Ux MICRO_TRUECOLOR 1
|
set -Ux MICRO_TRUECOLOR 1
|
||||||
fish_add_path -g -p ~/flutter-dev/flutter/bin
|
fish_add_path -g -p ~/flutter-dev/flutter/bin
|
||||||
fish_add_path -g -p /opt/android-studio/bin
|
fish_add_path -g -p /opt/android-studio/bin
|
||||||
|
fish_add_path -g -p ~/Android/Sdk/platform-tools
|
||||||
fish_add_path -g -p ~/.pub-cache/bin
|
fish_add_path -g -p ~/.pub-cache/bin
|
||||||
fish_add_path -g -p /usr/local/bin
|
fish_add_path -g -p /usr/local/bin
|
||||||
fish_add_path -g -p ~/.local/bin
|
fish_add_path -g -p ~/.local/bin
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user