diff options
| author | Steve Lee <me@xiangyangli.com> | 2019-05-13 08:33:14 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2019-05-13 08:33:14 +0800 |
| commit | 1e7c1dd60e95c46fa007891720297b867dd920d9 (patch) | |
| tree | 2425e08917f6723f7216b2a2dbda1c26552fe05c | |
| parent | 335de203534e981ed8038b81c9009efb6004ff58 (diff) | |
| parent | 249bc8cee9706a6606d3e24df882d4ba295aaf44 (diff) | |
| download | dotfiles-1e7c1dd60e95c46fa007891720297b867dd920d9.tar.xz dotfiles-1e7c1dd60e95c46fa007891720297b867dd920d9.zip | |
Merge branch 'master' of ssh://vs-ssh.visualstudio.com:22/42/_ssh/dotfiles
| -rw-r--r-- | .config/tridactyl_conf | 3 | ||||
| -rwxr-xr-x | .local/bin/dmenu_recent_aliases (renamed from bin/dmenu_recent_aliases) | 0 | ||||
| -rw-r--r-- | .oh-my-zsh/custom/custom.zsh | 2 |
3 files changed, 5 insertions, 0 deletions
diff --git a/.config/tridactyl_conf b/.config/tridactyl_conf new file mode 100644 index 0000000..497f2b6 --- /dev/null +++ b/.config/tridactyl_conf @@ -0,0 +1,3 @@ +bind d scrollpage 0.5 +bind e scrollpage -0.5 +bind x tabclose diff --git a/bin/dmenu_recent_aliases b/.local/bin/dmenu_recent_aliases index 5e1dded..5e1dded 100755 --- a/bin/dmenu_recent_aliases +++ b/.local/bin/dmenu_recent_aliases diff --git a/.oh-my-zsh/custom/custom.zsh b/.oh-my-zsh/custom/custom.zsh new file mode 100644 index 0000000..71b24d0 --- /dev/null +++ b/.oh-my-zsh/custom/custom.zsh @@ -0,0 +1,2 @@ +export PATH=%PATH:~/.local/bin +source ~/.zsh_aliases |
