Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dotfiles
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iliya.saroukha
dotfiles
Compare revisions
ac422a9a076c993defe6e96504835ebda3c3db6b to e68eb85dc1ab30e68d758ed7062f1764e74c0584
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
iliya.saroukha/dotfiles
Select target project
No results found
e68eb85dc1ab30e68d758ed7062f1764e74c0584
Select Git revision
Branches
master
Swap
Target
iliya.saroukha/dotfiles
Select target project
iliya.saroukha/dotfiles
1 result
ac422a9a076c993defe6e96504835ebda3c3db6b
Select Git revision
Branches
master
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
subm: nvim
· ef72d382
iliya.saroukha
authored
3 months ago
ef72d382
fix: added setopt autocd for (..)
· e68eb85d
iliya.saroukha
authored
3 months ago
e68eb85d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.config/nvim
+1
-1
1 addition, 1 deletion
.config/nvim
.zshrc
+4
-0
4 additions, 0 deletions
.zshrc
with
5 additions
and
1 deletion
nvim
@
575e4b53
Compare
f916a48a
...
575e4b53
Subproject commit
f916a48af752201e6d00f856b7543ef9989b0fa2
Subproject commit
575e4b5301c7820bee2bbdee99218dcdc28f20d1
This diff is collapsed.
Click to expand it.
.zshrc
View file @
e68eb85d
...
...
@@ -26,14 +26,17 @@ HISTFILE=~/.zsh_history
SAVEHIST
=
$HISTSIZE
HISTDUP
=
erase
setopt appendhistory
setopt alwaystoend
setopt sharehistory
setopt hist_ignore_space
setopt hist_ignore_all_dups
setopt hist_save_no_dups
setopt hist_ignore_dups
setopt hist_find_no_dups
setopt autocd
# Completion styling
zstyle
':completion:*'
matcher-list
'm:{a-z}={A-Za-z}'
zstyle
':completion:*'
list-colors
"
${
(s.
:.
)LS_COLORS
}
"
zstyle
':completion:*'
menu no
zstyle
':fzf-tab:*'
use-fzf-default-opts
yes
...
...
@@ -47,6 +50,7 @@ alias lg="lazygit"
alias
show
=
"tree --noreport --gitignore"
alias
lt
=
"eza -l --icons -T --sort=time"
alias
ff
=
"fastfetch"
alias
ip
=
'ip --color'
tn
()
{
tmux new
-s
$@
...
...
This diff is collapsed.
Click to expand it.