mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 00:33:00 +00:00
Merge branch 'master' of https://github.com/js0ny/dotfiles
This commit is contained in:
commit
5aa5df0f82
3 changed files with 6 additions and 1 deletions
BIN
.DS_Store
vendored
BIN
.DS_Store
vendored
Binary file not shown.
|
|
@ -46,6 +46,7 @@ alias docs="cd ~/Documents"
|
||||||
alias dt="cd ~/Desktop"
|
alias dt="cd ~/Desktop"
|
||||||
alias down="cd ~/Downloads"
|
alias down="cd ~/Downloads"
|
||||||
alias one="cd ~/OneDrive"
|
alias one="cd ~/OneDrive"
|
||||||
|
alias gdrive="cd ~/Google\ Drive"
|
||||||
|
|
||||||
### Aliases ###
|
### Aliases ###
|
||||||
|
|
||||||
|
|
@ -132,7 +133,7 @@ gvi() {
|
||||||
neovide.exe "$target"
|
neovide.exe "$target"
|
||||||
else
|
else
|
||||||
if command -v neovide > /dev/null; then
|
if command -v neovide > /dev/null; then
|
||||||
neovide "$target"
|
neovide "$target" &
|
||||||
else
|
else
|
||||||
echo "neovide is not installed"
|
echo "neovide is not installed"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
4
mac/shortcuts/finder_open.applescript
Normal file
4
mac/shortcuts/finder_open.applescript
Normal file
|
|
@ -0,0 +1,4 @@
|
||||||
|
tell application "Finder"
|
||||||
|
activate
|
||||||
|
make new Finder window
|
||||||
|
end tell
|
||||||
Loading…
Add table
Add a link
Reference in a new issue