Add a couple of fish aliases
This commit is contained in:
parent
67b14254de
commit
4045522d06
4
roles/dotfiles/files/fish/functions/cal.fish
Normal file
4
roles/dotfiles/files/fish/functions/cal.fish
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Defined in - @ line 1
|
||||||
|
function cal --wraps='ncal -wM -3' --description 'alias cal=ncal -wM -3'
|
||||||
|
ncal -wM -3 $argv;
|
||||||
|
end
|
4
roles/dotfiles/files/fish/functions/ip.fish
Normal file
4
roles/dotfiles/files/fish/functions/ip.fish
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Defined in - @ line 1
|
||||||
|
function ip --wraps='ip -c' --description 'alias ip=ip -c'
|
||||||
|
command ip -c $argv;
|
||||||
|
end
|
4
roles/dotfiles/files/fish/functions/upd.fish
Normal file
4
roles/dotfiles/files/fish/functions/upd.fish
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Defined in - @ line 1
|
||||||
|
function upd --wraps='sudo apt update' --description 'alias upd=sudo apt update'
|
||||||
|
sudo apt update $argv;
|
||||||
|
end
|
4
roles/dotfiles/files/fish/functions/upg.fish
Normal file
4
roles/dotfiles/files/fish/functions/upg.fish
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Defined in - @ line 1
|
||||||
|
function upg --wraps='sudo apt upgrade' --description 'alias upg=sudo apt upgrade'
|
||||||
|
sudo apt upgrade $argv;
|
||||||
|
end
|
4
roles/dotfiles/files/fish/functions/vpn.fish
Normal file
4
roles/dotfiles/files/fish/functions/vpn.fish
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Defined in - @ line 1
|
||||||
|
function vpn --wraps='sudo openvpn --config /etc/openvpn/watchguard_config/client.ovpn' --description 'alias vpn=sudo openvpn --config /etc/openvpn/watchguard_config/client.ovpn'
|
||||||
|
sudo openvpn --config /etc/openvpn/watchguard_config/client.ovpn $argv;
|
||||||
|
end
|
4
roles/dotfiles/files/fish/functions/wtftoru.fish
Normal file
4
roles/dotfiles/files/fish/functions/wtftoru.fish
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
# Defined in - @ line 1
|
||||||
|
function wtftoru --wraps='rosrun robot_debugger robot_debugger' --description 'alias wtftoru=rosrun robot_debugger robot_debugger'
|
||||||
|
rosrun robot_debugger robot_debugger $argv;
|
||||||
|
end
|
Loading…
x
Reference in New Issue
Block a user