aboutsummaryrefslogtreecommitdiff
path: root/zsh/.zshrc
diff options
context:
space:
mode:
authoromagdy7 <omar.professional8777@gmail.com>2024-05-13 13:28:28 +0300
committeromagdy7 <omar.professional8777@gmail.com>2024-05-13 13:28:28 +0300
commit4db4fabf25efe99f6c92596720e8d68e79775b53 (patch)
tree5af67dcdfc0ab0080f4ad11b52486b8c4cd0620e /zsh/.zshrc
parentb61af0a8d26c504e29d47fb659443b06ec2b0c78 (diff)
downloaddotfiles-4db4fabf25efe99f6c92596720e8d68e79775b53.tar.xz
dotfiles-4db4fabf25efe99f6c92596720e8d68e79775b53.zip
Added some stuff i don't remember
Diffstat (limited to 'zsh/.zshrc')
-rw-r--r--zsh/.zshrc5
1 files changed, 5 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index fe062c3..a30b48b 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -5,6 +5,7 @@ export ZSH="/home/$USER/.oh-my-zsh"
export PATH="$PATH:/usr/bin/docker:/usr/local/arm-cross-compiler/install/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/bin:/home/omar/Android/Sdk"
export PATH="$PATH":"$HOME/.pub-cache/bin"
export PATH="$PATH:/opt/usr/bin/"
+export PATH="$PATH:$HOME/.scripts/"
# Starship prompt
@@ -107,6 +108,10 @@ function cl() {
cd "$@" && ls
}
+copyfile() {
+ cat "$@" | xclip -sel clipboard
+}
+
## interactivley cd ##
fcd() {
local dir