aboutsummaryrefslogtreecommitdiff
path: root/Shell
diff options
context:
space:
mode:
authordx <aryadevchavali1@gmail.com>2020-05-12 17:41:22 +0100
committerdx <aryadevchavali1@gmail.com>2020-05-12 17:41:22 +0100
commit9a8ffe5d51cce8114c467d98e745fa73269ea768 (patch)
treed9f73fad62ef32a0d96a36d55da4d13dd0208b03 /Shell
parentb34487def4b13122a7ef798f45d3ff5fc8c9d65a (diff)
downloaddotfiles-9a8ffe5d51cce8114c467d98e745fa73269ea768.tar.gz
dotfiles-9a8ffe5d51cce8114c467d98e745fa73269ea768.tar.bz2
dotfiles-9a8ffe5d51cce8114c467d98e745fa73269ea768.zip
~rearranged a few thigns
Diffstat (limited to 'Shell')
-rw-r--r--Shell/.zprofile14
-rw-r--r--Shell/.zshrc (renamed from Shell/.config/zsh/.zshrc)10
2 files changed, 10 insertions, 14 deletions
diff --git a/Shell/.zprofile b/Shell/.zprofile
index 783dcb5..3816ffe 100644
--- a/Shell/.zprofile
+++ b/Shell/.zprofile
@@ -11,26 +11,12 @@ export DOTNET_CLI_TELEMTRY_OPTOUT=1
export force_color_prompt=yes
export guile=guile2.2
-# Aliases
-alias yapf='python2 -m yapf'
-alias clip="xclip -sel clip"
-alias paste="xclip -o"
-alias ls="ls --color=auto"
-alias l="ls -la"
-alias md="mkdir"
-alias fzf="fzf --layout=reverse --height=20"
-alias suctl="systemctl --user"
-
# XDG variables
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_DATA_HOME="$HOME/.local/share"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_RUNTIME_DIR=/run/user/`id -u`
-# Dotfolders
-export ZDOTDIR="${XDG_CONFIG_HOME:-$HOME/.config}/zsh"
-export CARGO_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/cargo"
-
# Run some programs
setxkbmap gb
figlet dx
diff --git a/Shell/.config/zsh/.zshrc b/Shell/.zshrc
index 63fa757..06b08b4 100644
--- a/Shell/.config/zsh/.zshrc
+++ b/Shell/.zshrc
@@ -1,5 +1,15 @@
# zshrc -*- mode: sh; lexical-binding: t; -*-
+## Aliases
+alias vim="nvim"
+alias clip="xclip -sel clip"
+alias paste="xclip -o"
+alias ls="ls --color=auto"
+alias l="ls -la"
+alias md="mkdir"
+alias fzf="fzf --layout=reverse --height=20"
+alias suctl="systemctl --user"
+
## ZSH
export ZSH_THEME="af-magic"
PS1="%F{8}[δx@%m%k] %B%F{14}[%(4~|...|)%3~]%F{white}