[feat] Change stuff

This commit is contained in:
Uttarayan Mondal
2023-12-18 15:47:09 +05:30
parent 10ebcc0a6c
commit 104c0f773c
9 changed files with 64 additions and 39 deletions

View File

@@ -1,3 +1,4 @@
alias ll = ls -al
alias cd = z
alias t = ~/.config/tmux/start-tmux
alias yy = yazi

View File

@@ -74,12 +74,13 @@ if ($os | str contains Linux) {
$env.PATH = ($env.PATH | split row (char esep) | prepend '/home/linuxbrew/.linuxbrew/bin')
}
if ($os | str contains Windows) {
$env.Path = ($env.Path | prepend $"($env.FNM_MULTISHELL_PATH)/bin")
} else {
$env.PATH = ($env.PATH | prepend $"($env.FNM_MULTISHELL_PATH)/bin")
$env.PATH = ($env.PATH | prepend $"($env.HOME)/local/bin")
}
$env.PATH = ($env.PATH | prepend $"($env.FNM_MULTISHELL_PATH)/bin")
$env.EDITOR = "nvim"
$env.VISUAL = "nvim"
if ($os | str contains Windows) {
} else {
$env.PATH = ($env.PATH | prepend $"($env.HOME)/local/bin")
$env.PATH = ($env.PATH | prepend $"($env.HOME)/.local/vcpkg")
}