fish config update
This commit is contained in:
parent
7c9e23beb3
commit
6b6e83bcd6
@ -19,7 +19,7 @@ function yy
|
||||
rm -f -- "$tmp"
|
||||
end
|
||||
|
||||
cat "$XAUTHORITY" > ~/.Xauthority
|
||||
# cat "$XAUTHORITY" > ~/.Xauthority
|
||||
|
||||
## EVALS ##
|
||||
# eval (/home/linuxbrew/.linuxbrew/bin/brew shellenv)
|
||||
@ -33,7 +33,7 @@ alias zypper 'sudo zypper'
|
||||
alias srcfish 'source ~/.config/fish/config.fish'
|
||||
alias pull-st 'bash ~/bin/pull-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 glowp 'glow -p'
|
||||
alias glows 'glow -s dracula'
|
||||
@ -46,6 +46,7 @@ set -Ux EDITOR nvim
|
||||
set -Ux MICRO_TRUECOLOR 1
|
||||
fish_add_path -g -p ~/flutter-dev/flutter/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 /usr/local/bin
|
||||
fish_add_path -g -p ~/.local/bin
|
||||
@ -64,4 +65,4 @@ set -Ux NVIM_APPNAME "nvim"
|
||||
test -s ~/.config/envman/load.fish; and source ~/.config/envman/load.fish
|
||||
|
||||
# Add avalon to PATH
|
||||
fish_add_path -g -p /home/enrique/avalon/bin
|
||||
fish_add_path -g -p /home/enrique/avalon/bin
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user