Compare commits
5 Commits
master
...
87293c7368
| Author | SHA1 | Date | |
|---|---|---|---|
| 87293c7368 | |||
| 93727ca596 | |||
| 578ee5c3b1 | |||
| 8d5c2a52ea | |||
| b1f7edb249 |
@@ -8,7 +8,7 @@ case $- in
|
|||||||
esac
|
esac
|
||||||
|
|
||||||
# Path to your oh-my-bash installation.
|
# Path to your oh-my-bash installation.
|
||||||
export OSH='$HOME/.oh-my-bash'
|
export OSH='/home/jsarthak/.oh-my-bash'
|
||||||
|
|
||||||
# Set name of the theme to load. Optionally, if you set this to "random"
|
# Set name of the theme to load. Optionally, if you set this to "random"
|
||||||
# it'll load a random theme each time that oh-my-bash is loaded.
|
# it'll load a random theme each time that oh-my-bash is loaded.
|
||||||
@@ -20,17 +20,17 @@ OSH_THEME="font"
|
|||||||
# OMB_THEME_RANDOM_CANDIDATES=("font" "powerline-light" "minimal")
|
# OMB_THEME_RANDOM_CANDIDATES=("font" "powerline-light" "minimal")
|
||||||
|
|
||||||
# Uncomment the following line to use case-sensitive completion.
|
# Uncomment the following line to use case-sensitive completion.
|
||||||
OMB_CASE_SENSITIVE="true"
|
# OMB_CASE_SENSITIVE="true"
|
||||||
|
|
||||||
# Uncomment the following line to use hyphen-insensitive completion. Case
|
# Uncomment the following line to use hyphen-insensitive completion. Case
|
||||||
# sensitive completion must be off. _ and - will be interchangeable.
|
# sensitive completion must be off. _ and - will be interchangeable.
|
||||||
OMB_HYPHEN_SENSITIVE="false"
|
# OMB_HYPHEN_SENSITIVE="false"
|
||||||
|
|
||||||
# Uncomment the following line to disable bi-weekly auto-update checks.
|
# Uncomment the following line to disable bi-weekly auto-update checks.
|
||||||
# DISABLE_AUTO_UPDATE="true"
|
# DISABLE_AUTO_UPDATE="true"
|
||||||
|
|
||||||
# Uncomment the following line to change how often to auto-update (in days).
|
# Uncomment the following line to change how often to auto-update (in days).
|
||||||
export UPDATE_OSH_DAYS=13
|
# export UPDATE_OSH_DAYS=13
|
||||||
|
|
||||||
# Uncomment the following line to disable colors in ls.
|
# Uncomment the following line to disable colors in ls.
|
||||||
# DISABLE_LS_COLORS="true"
|
# DISABLE_LS_COLORS="true"
|
||||||
@@ -42,7 +42,7 @@ export UPDATE_OSH_DAYS=13
|
|||||||
# ENABLE_CORRECTION="true"
|
# ENABLE_CORRECTION="true"
|
||||||
|
|
||||||
# Uncomment the following line to display red dots whilst waiting for completion.
|
# Uncomment the following line to display red dots whilst waiting for completion.
|
||||||
COMPLETION_WAITING_DOTS="true"
|
# COMPLETION_WAITING_DOTS="true"
|
||||||
|
|
||||||
# Uncomment the following line if you want to disable marking untracked files
|
# Uncomment the following line if you want to disable marking untracked files
|
||||||
# under VCS as dirty. This makes repository status check for large repositories
|
# under VCS as dirty. This makes repository status check for large repositories
|
||||||
@@ -172,6 +172,7 @@ fi
|
|||||||
# interactive shell.
|
# interactive shell.
|
||||||
|
|
||||||
# Example command:
|
# Example command:
|
||||||
source ~/.config/shell/common
|
source ~/dotfiles/shell/common
|
||||||
source ~/.config/shell/personal #added by 6500gitsetup
|
source ~/dotfiles/shell/personal #added by 6500gitsetup
|
||||||
source ~/.config/shell/aliases
|
source ~/dotfiles/shell/aliases
|
||||||
|
source ~/dotfiles/shell/work
|
||||||
|
Before Width: | Height: | Size: 694 KiB After Width: | Height: | Size: 694 KiB |
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user