mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update alacritty, i3, qtile, ranger & add vi-mode in zsh
This commit is contained in:
parent
73ebbfbe50
commit
ed62788b9e
15 changed files with 132 additions and 95 deletions
16
bin/giti
16
bin/giti
|
|
@ -25,14 +25,14 @@ function show() {
|
|||
}
|
||||
|
||||
case "$1" in
|
||||
add|a) shift; add "$@" ;;
|
||||
del|d) shift; del "$@" ;;
|
||||
mv) shift; edit "$@" ;;
|
||||
show|s) shift; show ;;
|
||||
help) echo "add/a - filename add to ignore"
|
||||
echo "del/d - filename del from ignore"
|
||||
echo "mv - oldname newname chage file name"
|
||||
echo "show/s - show ignore file"
|
||||
add|a) shift; add "$@" ;;
|
||||
del|d) shift; del "$@" ;;
|
||||
mv) shift; edit "$@" ;;
|
||||
show|s) shift; show ;;
|
||||
help) echo "add/a - [file name] add to ignore"
|
||||
echo "del/d - [file name] delete from ignore"
|
||||
echo "mv - [old new] change file name"
|
||||
echo "show/s - show ignore file"
|
||||
;;
|
||||
*) echo "Command is not valid" ;;
|
||||
esac
|
||||
|
|
|
|||
2
bin/ipp
2
bin/ipp
|
|
@ -1,2 +1,2 @@
|
|||
#!/bin/sh
|
||||
curl ipinfo.io/ip
|
||||
curl ifconfig.co
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue