Docker aliases
This commit is contained in:
@@ -41,14 +41,14 @@ abbr ssa "ssh kevin@ec2-18-223-241-198.us-east-2.compute.amazonaws.com"
|
||||
|
||||
# login to X [[[ #
|
||||
|
||||
{{ if eq .chezmoi.username "kevin" }}
|
||||
if status is-login
|
||||
if test -z "$DISPLAY" -a $XDG_VTNR = 1
|
||||
exec startx -- -keeptty
|
||||
end
|
||||
end
|
||||
set -x GPG_TTY (tty)
|
||||
{{ end }}
|
||||
# {{ if eq .chezmoi.username "kevin" }}
|
||||
# if status is-login
|
||||
# if test -z "$DISPLAY" -a $XDG_VTNR = 1
|
||||
# exec startx -- -keeptty
|
||||
# end
|
||||
# end
|
||||
# set -x GPG_TTY (tty)
|
||||
# {{ end }}
|
||||
|
||||
# ]]] login to X #
|
||||
|
||||
@@ -71,7 +71,7 @@ set -x HASTE_SERVER https://pste.gq
|
||||
set -x LD_LIBRARY_PATH $LD_LIBRARY_PATH /usr/local/lib /usr/local/lib64
|
||||
set -x GOPATH ~/go
|
||||
# set -x PATH $GRAALVM_BIN $PATH ~/.local/bin ~/scripts ~/scripts/colors ~/go/bin ~/.minetest/minetest/bin ~/.gem/ruby/2.6.0/bin
|
||||
set -x PATH $PATH ~/.local/bin ~/scripts ~/scripts/colors $GOPATH/bin ~/.minetest/minetest/bin ~/.gem/ruby/*/bin ~/.yarn/bin
|
||||
set -x PATH $PATH ~/.local/bin ~/scripts ~/scripts/colors $GOPATH/bin ~/.minetest/minetest/bin ~/.gem/ruby/*/bin ~/.yarn/bin /usr/sbin
|
||||
set -x PKG_CONFIG_PATH $PKG_CONFIG_PATH /usr/lib/pkgconfig
|
||||
|
||||
# Java [[[ #
|
||||
@@ -220,6 +220,7 @@ abbr cpe "copy echo"
|
||||
abbr cpp "copy echo (pwd)"
|
||||
abbr cff "create-fish-function"
|
||||
abbr ctr "systemctl-restart"
|
||||
abbr ctrn "systemctl-restart nginx"
|
||||
abbr def "define"
|
||||
abbr drs "dump-rarity-check"
|
||||
abbr fd1 "fd --changed-within 1d"
|
||||
@@ -305,5 +306,4 @@ abbr xya "export-pkgs"
|
||||
# task sync > /dev/null 2>&1
|
||||
|
||||
source /home/kevin/.config/fish/key_abbr.fish > /dev/null
|
||||
wal -r
|
||||
# ~/scripts/xmodmap-custom
|
||||
|
||||
Reference in New Issue
Block a user