mirror of
https://github.com/Foltik/dotfiles
synced 2025-04-04 10:11:45 -04:00
Add ssh alias to fish config
This commit is contained in:
parent
b24d977b8b
commit
01b5b3d27e
@ -2,6 +2,9 @@
|
|||||||
set -U fish_greeting
|
set -U fish_greeting
|
||||||
set -U fish_user_paths ~/.local/bin
|
set -U fish_user_paths ~/.local/bin
|
||||||
|
|
||||||
|
# Mark fish as default shell
|
||||||
|
set -gx SHELL /usr/bin/fish
|
||||||
|
|
||||||
# TTY for gpg pinentry
|
# TTY for gpg pinentry
|
||||||
set -gx GPG_TTY (tty)
|
set -gx GPG_TTY (tty)
|
||||||
gpg-connect-agent updatestartuptty /bye >/dev/null
|
gpg-connect-agent updatestartuptty /bye >/dev/null
|
||||||
@ -18,3 +21,7 @@ xkbcomp ~/.config/xkb/map.xkm $DISPLAY
|
|||||||
function ls
|
function ls
|
||||||
exa $argv
|
exa $argv
|
||||||
end
|
end
|
||||||
|
|
||||||
|
function ssh
|
||||||
|
env TERM=xterm-256color ssh $argv
|
||||||
|
end
|
||||||
|
Loading…
Reference in New Issue
Block a user